Html Css Color HEX #2EE216 Lime Green

📋 copy color: '#2EE216'

red 46 ◦ green 226 ◦ blue 22

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

Shades of Lime Green #2EE216

Tints of Lime Green #2EE216

RGB

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

 GREEN value IS 226 (88.67% from 255) = 76.87%

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

R = 15.65%
G = 76.87%
B = 7.48%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#2EE216 (or 0x2EE216) is known color: Lime Green. HEX triplet: 2E, E2 and 16. RGB value is (46,226,22). Sum of RGB (Red+Green+Blue) = 46+226+22=294 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.65% from 294); Green value is 226 (88.67% from 255 or 76.87% from 294); Blue value is 22 (8.98% from 255 or 7.48% from 294); Max value from RGB is 226 - color contains mainly: green. Hex color #2EE216 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE216 is #D11DE9. Grayscale: #959595. Windows color (decimal): -13704682 or 1499694. OLE color: 1499694.

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

Color convert

RGB 46 226 22 -
CMYK 0.80 0 0.90 0.11
HSL 112.94º 0.82% 0.49% -
HSV(B) 112.94º 0.9% 0.89% -
XYZ 28.47 55.03 9.88 -
YUV 148.92 56.37 54.59 -
System Red Green Blue C M Y K H S L
Decimal 46 226 22 0.80 0 0.90 0.11 112.94 0.82 0.49
Hex 2E E2 16 50 0 5A B 71 52 31
Octal 56 342 26 120 0 132 13 161 122 61
Binary 101110 11100010 10110 1010000 0 1011010 1011 1110001 1010010 110001

Color Harmonies of #2EE216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE216

Black with #2EE216

Text Example


Text Example

White with #2EE216

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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