Html Css Color HEX #20D924 Lime Green

📋 copy color: '#20D924'

red 32 ◦ green 217 ◦ blue 36

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

Shades of Lime Green #20D924

Tints of Lime Green #20D924

RGB

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

 GREEN value IS 217 (85.16% from 255) = 76.14%

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

R = 11.23%
G = 76.14%
B = 12.63%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#20D924 (or 0x20D924) is known color: Lime Green. HEX triplet: 20, D9 and 24. RGB value is (32,217,36). Sum of RGB (Red+Green+Blue) = 32+217+36=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 217 (85.16% from 255 or 76.14% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 217 - color contains mainly: green. Hex color #20D924 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D924 is #DF26DB. Grayscale: #8D8D8D. Windows color (decimal): -14624476 or 2414880. OLE color: 2414880.

HSL color Cylindrical-coordinate representation of color #20D924: hue angle of 121.3º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D924 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.

Color convert

RGB 32 217 36 -
CMYK 0.85 0 0.83 0.15
HSL 121.3º 0.74% 0.49% -
HSV(B) 121.3º 0.85% 0.85% -
XYZ 25.73 50.06 9.98 -
YUV 141.05 68.71 50.22 -
System Red Green Blue C M Y K H S L
Decimal 32 217 36 0.85 0 0.83 0.15 121.3 0.74 0.49
Hex 20 D9 24 55 0 53 F 79 4A 31
Octal 40 331 44 125 0 123 17 171 112 61
Binary 100000 11011001 100100 1010101 0 1010011 1111 1111001 1001010 110001

Color Harmonies of #20D924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D924

Black with #20D924

Text Example


Text Example

White with #20D924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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