Html Css Color HEX #20D215 Lime Green

📋 copy color: '#20D215'

red 32 ◦ green 210 ◦ blue 21

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

Shades of Lime Green #20D215

Tints of Lime Green #20D215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 12.17%
G = 79.85%
B = 7.98%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#20D215 (or 0x20D215) is known color: Lime Green. HEX triplet: 20, D2 and 15. RGB value is (32,210,21). Sum of RGB (Red+Green+Blue) = 32+210+21=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 210 (82.42% from 255 or 79.85% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 210 - color contains mainly: green. Hex color #20D215 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D215 is #DF2DEA. Grayscale: #878787. Windows color (decimal): -14626283 or 1430048. OLE color: 1430048.

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

Color convert

RGB 32 210 21 -
CMYK 0.85 0 0.90 0.18
HSL 116.51º 0.82% 0.45% -
HSV(B) 116.51º 0.9% 0.82% -
XYZ 23.78 46.45 8.42 -
YUV 135.23 63.53 54.37 -
System Red Green Blue C M Y K H S L
Decimal 32 210 21 0.85 0 0.90 0.18 116.51 0.82 0.45
Hex 20 D2 15 55 0 5A 12 75 52 2D
Octal 40 322 25 125 0 132 22 165 122 55
Binary 100000 11010010 10101 1010101 0 1011010 10010 1110101 1010010 101101

Color Harmonies of #20D215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20D215

Black with #20D215

Text Example


Text Example

White with #20D215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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