Html Css Color HEX #2EE018 Lime Green

📋 copy color: '#2EE018'

red 46 ◦ green 224 ◦ blue 24

#2EE018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #2EE018

Tints of Lime Green #2EE018

RGB

 RED value IS 46 (18.36% from 255) = 15.65%

 GREEN value IS 224 (87.89% from 255) = 76.19%

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 15.65%
G = 76.19%
B = 8.16%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#2EE018 (or 0x2EE018) is known color: Lime Green. HEX triplet: 2E, E0 and 18. RGB value is (46,224,24). Sum of RGB (Red+Green+Blue) = 46+224+24=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 224 (87.89% from 255 or 76.19% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE018 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE018 is #D11FE7. Grayscale: #949494. Windows color (decimal): -13705192 or 1630254. OLE color: 1630254.

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

Color convert

RGB 46 224 24 -
CMYK 0.79 0 0.89 0.12
HSL 113.4º 0.81% 0.49% -
HSV(B) 113.4º 0.89% 0.88% -
XYZ 27.95 53.96 9.81 -
YUV 147.98 58.03 55.26 -
System Red Green Blue C M Y K H S L
Decimal 46 224 24 0.79 0 0.89 0.12 113.4 0.81 0.49
Hex 2E E0 18 4F 0 59 C 71 51 31
Octal 56 340 30 117 0 131 14 161 121 61
Binary 101110 11100000 11000 1001111 0 1011001 1100 1110001 1010001 110001

Color Harmonies of #2EE018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE018

Black with #2EE018

Text Example


Text Example

White with #2EE018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2EE018;
 }
 .AnyTagClassName
 {
   color: #2EE018;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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