Html Css Color HEX #2EE112 Lime Green

📋 copy color: '#2EE112'

red 46 ◦ green 225 ◦ blue 18

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

Shades of Lime Green #2EE112

Tints of Lime Green #2EE112

RGB

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

 GREEN value IS 225 (88.28% from 255) = 77.85%

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 15.92%
G = 77.85%
B = 6.23%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#2EE112 (or 0x2EE112) is known color: Lime Green. HEX triplet: 2E, E1 and 12. RGB value is (46,225,18). Sum of RGB (Red+Green+Blue) = 46+225+18=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 225 (88.28% from 255 or 77.85% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE112 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE112 is #D11EED. Grayscale: #949494. Windows color (decimal): -13704942 or 1237294. OLE color: 1237294.

HSL color Cylindrical-coordinate representation of color #2EE112: hue angle of 111.88º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2EE112 is Cyan = 0.80, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 225 18 -
CMYK 0.80 0 0.92 0.12
HSL 111.88º 0.85% 0.48% -
HSV(B) 111.88º 0.92% 0.88% -
XYZ 28.16 54.47 9.6 -
YUV 147.88 54.7 55.33 -
System Red Green Blue C M Y K H S L
Decimal 46 225 18 0.80 0 0.92 0.12 111.88 0.85 0.48
Hex 2E E1 12 50 0 5C C 70 55 30
Octal 56 341 22 120 0 134 14 160 125 60
Binary 101110 11100001 10010 1010000 0 1011100 1100 1110000 1010101 110000

Color Harmonies of #2EE112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE112

Black with #2EE112

Text Example


Text Example

White with #2EE112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,225,18); }

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

background-color css

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

 a { background-color: rgb(46,225,18); }

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

border-color css

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

 span { border-color: rgb(46,225,18); }

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