Html Css Color HEX #20D210 Lime Green

📋 copy color: '#20D210'

red 32 ◦ green 210 ◦ blue 16

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

Shades of Lime Green #20D210

Tints of Lime Green #20D210

RGB

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

 GREEN value IS 210 (82.42% from 255) = 81.4%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 12.4%
G = 81.4%
B = 6.2%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#20D210 (or 0x20D210) is known color: Lime Green. HEX triplet: 20, D2 and 10. RGB value is (32,210,16). Sum of RGB (Red+Green+Blue) = 32+210+16=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 210 (82.42% from 255 or 81.40% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 210 - color contains mainly: green. Hex color #20D210 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D210 is #DF2DEF. Grayscale: #878787. Windows color (decimal): -14626288 or 1102368. OLE color: 1102368.

HSL color Cylindrical-coordinate representation of color #20D210: hue angle of 115.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #20D210 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 32 210 16 -
CMYK 0.85 0 0.92 0.18
HSL 115.05º 0.86% 0.44% -
HSV(B) 115.05º 0.92% 0.82% -
XYZ 23.74 46.44 8.2 -
YUV 134.66 61.03 54.77 -
System Red Green Blue C M Y K H S L
Decimal 32 210 16 0.85 0 0.92 0.18 115.05 0.86 0.44
Hex 20 D2 10 55 0 5C 12 73 56 2C
Octal 40 322 20 125 0 134 22 163 126 54
Binary 100000 11010010 10000 1010101 0 1011100 10010 1110011 1010110 101100

Color Harmonies of #20D210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D210

Black with #20D210

Text Example


Text Example

White with #20D210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,210,16); }

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

background-color css

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

 a { background-color: rgb(32,210,16); }

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

border-color css

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

 span { border-color: rgb(32,210,16); }

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