#2EEB58

Color #2EEB58 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #2EEB58

Tints of Malachite #2EEB58

Color information

#2EEB58 (or 0x2EEB58) is unknown color: approx Malachite. HEX triplet: 2E, EB and 58. RGB value is (46,235,88). Sum of RGB (Red+Green+Blue) = 46+235+88=369 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.47% from 369); Green value is 235 (92.19% from 255 or 63.69% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 235 - color contains mainly: green. Hex color #2EEB58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EEB58 is #D114A7. Grayscale: #A2A2A2. Windows color (decimal): -13702312 or 5827374. OLE color: 5827374.

HSL color Cylindrical-coordinate representation of color #2EEB58: hue angle of 133.33º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EEB58 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.

Color convert

RGB4623588-
CMYK0.8000.630.08
HSL133.33º82.53%55.1%-
HSV(B)133.33º80.43%92.16%-
XYZ32.660.719.23-
YUV161.7386.3845.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 46 (18.36% from 255) = 12.47%
GREEN value IS 235 (92.19% from 255) = 63.69%
BLUE value IS 88 (34.77% from 255) = 23.85%
R=12.47%
G=63.69%
B=23.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal46235880.8000.630.08133.3382.5355.1
Hex2EEB585003F8855337
Octal563531301200771020512367
Binary101110111010111011000101000001111111000100001011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EEB58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EEB58; }

 p { color: rgb(46,235,88); }

 H1.HeaderClassName
 {
   color: #2EEB58;
 }
 .AnyTagClassName
 {
   color: #2EEB58;
 }
</style>
background-color css

<style>
 a { background-color: #2EEB58; }

 a { background-color: rgb(46,235,88); }

 div.DivClassName
 {
   background-color: #2EEB58;
 }
 .BgClassName
 {
   background-color: #2EEB58;
 }
</style>
border-color css

<style>
 span { border-color: #2EEB58; }

 span { border-color: rgb(46,235,88); }

 td.TdClassName
 {
   border-color: #2EEB58;
 }
 .TagClassName
 {
   border-color: #2EEB58;
 }
</style>