Html Css Color HEX #2EDB16 Lime Green

📋 copy color: '#2EDB16'

red 46 ◦ green 219 ◦ blue 22

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

Shades of Lime Green #2EDB16

Tints of Lime Green #2EDB16

RGB

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

 GREEN value IS 219 (85.94% from 255) = 76.31%

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

R = 16.03%
G = 76.31%
B = 7.67%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#2EDB16 (or 0x2EDB16) is known color: Lime Green. HEX triplet: 2E, DB and 16. RGB value is (46,219,22). Sum of RGB (Red+Green+Blue) = 46+219+22=287 (38% of max value = 765). Red value is 46 (18.36% from 255 or 16.03% from 287); Green value is 219 (85.94% from 255 or 76.31% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 219 - color contains mainly: green. Hex color #2EDB16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EDB16 is #D124E9. Grayscale: #919191. Windows color (decimal): -13706474 or 1497902. OLE color: 1497902.

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

Color convert

RGB 46 219 22 -
CMYK 0.79 0 0.90 0.14
HSL 112.69º 0.82% 0.47% -
HSV(B) 112.69º 0.9% 0.86% -
XYZ 26.6 51.3 9.26 -
YUV 144.82 58.69 57.52 -
System Red Green Blue C M Y K H S L
Decimal 46 219 22 0.79 0 0.90 0.14 112.69 0.82 0.47
Hex 2E DB 16 4F 0 5A E 71 52 2F
Octal 56 333 26 117 0 132 16 161 122 57
Binary 101110 11011011 10110 1001111 0 1011010 1110 1110001 1010010 101111

Color Harmonies of #2EDB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2EDB16

Black with #2EDB16

Text Example


Text Example

White with #2EDB16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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