#2EE024

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

Shades of Lime Green #2EE024

Tints of Lime Green #2EE024

Color information

#2EE024 (or 0x2EE024) is unknown color: approx Lime Green. HEX triplet: 2E, E0 and 24. RGB value is (46,224,36). Sum of RGB (Red+Green+Blue) = 46+224+36=306 (40% of max value = 765). Red value is 46 (18.36% from 255 or 15.03% from 306); Green value is 224 (87.89% from 255 or 73.20% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE024 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE024 is #D11FDB. Grayscale: #959595. Windows color (decimal): -13705180 or 2416686. OLE color: 2416686.

HSL color Cylindrical-coordinate representation of color #2EE024: hue angle of 116.81º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2EE024 is Cyan = 0.79, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB4622436-
CMYK0.7900.840.12
HSL116.81º75.2%50.98%-
HSV(B)116.81º83.93%87.84%-
XYZ28.154.0210.61-
YUV149.3564.0354.29-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.03%
GREEN value IS 224 (87.89% from 255) = 73.20%
BLUE value IS 36 (14.45% from 255) = 11.76%
R=15.03%
G=73.20%
B=11.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal46224360.7900.840.12116.8175.250.98
Hex2EE0244F054C754b33
Octal563404411701241416511363
Binary10111011100000100100100111101010100110011101011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EE024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,224,36); }

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

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

 a { background-color: rgb(46,224,36); }

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

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

 span { border-color: rgb(46,224,36); }

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