Html Css Color HEX #2EE42A Lime Green

📋 copy color: '#2EE42A'

red 46 ◦ green 228 ◦ blue 42

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

Shades of Lime Green #2EE42A

Tints of Lime Green #2EE42A

RGB

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

 GREEN value IS 228 (89.45% from 255) = 72.15%

 BLUE value IS 42 (16.8% from 255) = 13.29%

R = 14.56%
G = 72.15%
B = 13.29%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#2EE42A (or 0x2EE42A) is known color: Lime Green. HEX triplet: 2E, E4 and 2A. RGB value is (46,228,42). Sum of RGB (Red+Green+Blue) = 46+228+42=316 (41% of max value = 765). Red value is 46 (18.36% from 255 or 14.56% from 316); Green value is 228 (89.45% from 255 or 72.15% from 316); Blue value is 42 (16.80% from 255 or 13.29% from 316); Max value from RGB is 228 - color contains mainly: green. Hex color #2EE42A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EE42A is #D11BD5. Grayscale: #989898. Windows color (decimal): -13704150 or 2810926. OLE color: 2810926.

HSL color Cylindrical-coordinate representation of color #2EE42A: hue angle of 118.71º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2EE42A is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 46 228 42 -
CMYK 0.80 0 0.82 0.11
HSL 118.71º 0.78% 0.53% -
HSV(B) 118.71º 0.82% 0.89% -
XYZ 29.29 56.23 11.5 -
YUV 152.38 65.7 52.12 -
System Red Green Blue C M Y K H S L
Decimal 46 228 42 0.80 0 0.82 0.11 118.71 0.78 0.53
Hex 2E E4 2A 50 0 52 B 77 4E 35
Octal 56 344 52 120 0 122 13 167 116 65
Binary 101110 11100100 101010 1010000 0 1010010 1011 1110111 1001110 110101

Color Harmonies of #2EE42A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE42A

Black with #2EE42A

Text Example


Text Example

White with #2EE42A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,228,42); }

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

background-color css

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

 a { background-color: rgb(46,228,42); }

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

border-color css

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

 span { border-color: rgb(46,228,42); }

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