Html Css Color HEX #2EE116 Lime Green

📋 copy color: '#2EE116'

red 46 ◦ green 225 ◦ blue 22

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

Shades of Lime Green #2EE116

Tints of Lime Green #2EE116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 15.7%
G = 76.79%
B = 7.51%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#2EE116 (or 0x2EE116) is known color: Lime Green. HEX triplet: 2E, E1 and 16. RGB value is (46,225,22). Sum of RGB (Red+Green+Blue) = 46+225+22=293 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.70% from 293); Green value is 225 (88.28% from 255 or 76.79% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 225 - color contains mainly: green. Hex color #2EE116 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE116 is #D11EE9. Grayscale: #949494. Windows color (decimal): -13704938 or 1499438. OLE color: 1499438.

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

Color convert

RGB 46 225 22 -
CMYK 0.80 0 0.90 0.12
HSL 112.91º 0.82% 0.48% -
HSV(B) 112.91º 0.9% 0.88% -
XYZ 28.2 54.49 9.79 -
YUV 148.34 56.7 55.01 -
System Red Green Blue C M Y K H S L
Decimal 46 225 22 0.80 0 0.90 0.12 112.91 0.82 0.48
Hex 2E E1 16 50 0 5A C 71 52 30
Octal 56 341 26 120 0 132 14 161 122 60
Binary 101110 11100001 10110 1010000 0 1011010 1100 1110001 1010010 110000

Color Harmonies of #2EE116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE116

Black with #2EE116

Text Example


Text Example

White with #2EE116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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