Html Css Color HEX #2EDE16 Lime Green

📋 copy color: '#2EDE16'

red 46 ◦ green 222 ◦ blue 22

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

Shades of Lime Green #2EDE16

Tints of Lime Green #2EDE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 76.55%

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

R = 15.86%
G = 76.55%
B = 7.59%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#2EDE16 (or 0x2EDE16) is known color: Lime Green. HEX triplet: 2E, DE and 16. RGB value is (46,222,22). Sum of RGB (Red+Green+Blue) = 46+222+22=290 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.86% from 290); Green value is 222 (87.11% from 255 or 76.55% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 222 - color contains mainly: green. Hex color #2EDE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDE16 is #D121E9. Grayscale: #939393. Windows color (decimal): -13705706 or 1498670. OLE color: 1498670.

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

Color convert

RGB 46 222 22 -
CMYK 0.79 0 0.90 0.13
HSL 112.8º 0.82% 0.48% -
HSV(B) 112.8º 0.9% 0.87% -
XYZ 27.39 52.88 9.52 -
YUV 146.58 57.69 56.26 -
System Red Green Blue C M Y K H S L
Decimal 46 222 22 0.79 0 0.90 0.13 112.8 0.82 0.48
Hex 2E DE 16 4F 0 5A D 71 52 30
Octal 56 336 26 117 0 132 15 161 122 60
Binary 101110 11011110 10110 1001111 0 1011010 1101 1110001 1010010 110000

Color Harmonies of #2EDE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDE16

Black with #2EDE16

Text Example


Text Example

White with #2EDE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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