Html Css Color HEX #20DB24 Lime Green

📋 copy color: '#20DB24'

red 32 ◦ green 219 ◦ blue 36

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

Shades of Lime Green #20DB24

Tints of Lime Green #20DB24

RGB

 RED value IS 32 (12.89% from 255) = 11.15%

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

 BLUE value IS 36 (14.45% from 255) = 12.54%

R = 11.15%
G = 76.31%
B = 12.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#20DB24 (or 0x20DB24) is known color: Lime Green. HEX triplet: 20, DB and 24. RGB value is (32,219,36). Sum of RGB (Red+Green+Blue) = 32+219+36=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 219 (85.94% from 255 or 76.31% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DB24 is #DF24DB. Grayscale: #8E8E8E. Windows color (decimal): -14623964 or 2415392. OLE color: 2415392.

HSL color Cylindrical-coordinate representation of color #20DB24: hue angle of 121.28º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB24 is Cyan = 0.85, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 219 36 -
CMYK 0.85 0 0.84 0.14
HSL 121.28º 0.75% 0.49% -
HSV(B) 121.28º 0.85% 0.86% -
XYZ 26.25 51.1 10.15 -
YUV 142.23 68.05 49.38 -
System Red Green Blue C M Y K H S L
Decimal 32 219 36 0.85 0 0.84 0.14 121.28 0.75 0.49
Hex 20 DB 24 55 0 54 E 79 4B 31
Octal 40 333 44 125 0 124 16 171 113 61
Binary 100000 11011011 100100 1010101 0 1010100 1110 1111001 1001011 110001

Color Harmonies of #20DB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20DB24

Black with #20DB24

Text Example


Text Example

White with #20DB24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20DB24; }

 p { color: rgb(32,219,36); }

 H1.HeaderClassName
 {
   color: #20DB24;
 }
 .AnyTagClassName
 {
   color: #20DB24;
 }
</style>

background-color css

<style>
 a { background-color: #20DB24; }

 a { background-color: rgb(32,219,36); }

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

border-color css

<style>
 span { border-color: #20DB24; }

 span { border-color: rgb(32,219,36); }

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