Html Css Color HEX #2EE016 Lime Green

📋 copy color: '#2EE016'

red 46 ◦ green 224 ◦ blue 22

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

Shades of Lime Green #2EE016

Tints of Lime Green #2EE016

RGB

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

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

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

R = 15.75%
G = 76.71%
B = 7.53%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#2EE016 (or 0x2EE016) is known color: Lime Green. HEX triplet: 2E, E0 and 16. RGB value is (46,224,22). Sum of RGB (Red+Green+Blue) = 46+224+22=292 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.75% from 292); Green value is 224 (87.89% from 255 or 76.71% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 224 - color contains mainly: green. Hex color #2EE016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EE016 is #D11FE9. Grayscale: #949494. Windows color (decimal): -13705194 or 1499182. OLE color: 1499182.

HSL color Cylindrical-coordinate representation of color #2EE016: hue angle of 112.87º 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 #2EE016 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 46 224 22 -
CMYK 0.79 0 0.90 0.12
HSL 112.87º 0.82% 0.48% -
HSV(B) 112.87º 0.9% 0.88% -
XYZ 27.93 53.95 9.7 -
YUV 147.75 57.03 55.43 -
System Red Green Blue C M Y K H S L
Decimal 46 224 22 0.79 0 0.90 0.12 112.87 0.82 0.48
Hex 2E E0 16 4F 0 5A C 71 52 30
Octal 56 340 26 117 0 132 14 161 122 60
Binary 101110 11100000 10110 1001111 0 1011010 1100 1110001 1010010 110000

Color Harmonies of #2EE016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EE016

Black with #2EE016

Text Example


Text Example

White with #2EE016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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