Html Css Color HEX #2EE042 Lime Green

📋 copy color: '#2EE042'

red 46 ◦ green 224 ◦ blue 66

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

Shades of Lime Green #2EE042

Tints of Lime Green #2EE042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.64%

R = 13.69%
G = 66.67%
B = 19.64%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#2EE042 (or 0x2EE042) is known color: Lime Green. HEX triplet: 2E, E0 and 42. RGB value is (46,224,66). Sum of RGB (Red+Green+Blue) = 46+224+66=336 (44% of max value = 765). Red value is 46 (18.36% from 255 or 13.69% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE042 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE042 is #D11FBD. Grayscale: #999999. Windows color (decimal): -13705150 or 4382766. OLE color: 4382766.

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

Color convert

RGB 46 224 66 -
CMYK 0.79 0 0.71 0.12
HSL 126.74º 0.74% 0.53% -
HSV(B) 126.74º 0.79% 0.88% -
XYZ 28.77 54.29 14.12 -
YUV 152.77 79.03 51.85 -
System Red Green Blue C M Y K H S L
Decimal 46 224 66 0.79 0 0.71 0.12 126.74 0.74 0.53
Hex 2E E0 42 4F 0 47 C 7F 4A 35
Octal 56 340 102 117 0 107 14 177 112 65
Binary 101110 11100000 1000010 1001111 0 1000111 1100 1111111 1001010 110101

Color Harmonies of #2EE042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE042

Black with #2EE042

Text Example


Text Example

White with #2EE042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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