Shades of Lime Green #20D433
Tints of Lime Green #20D433
RGB
CMYK
RGB Variations
Color information
#20D433 (or 0x20D433) is known color: Lime Green. HEX triplet: 20, D4 and 33. RGB value is (32,212,51). Sum of RGB (Red+Green+Blue) = 32+212+51=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 212 (83.20% from 255 or 71.86% from 295); Blue value is 51 (20.31% from 255 or 17.29% from 295); Max value from RGB is 212 - color contains mainly: green. Hex color #20D433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D433 is #DF2BCC. Grayscale: #8C8C8C. Windows color (decimal): -14625741 or 3396640. OLE color: 3396640.
HSL color Cylindrical-coordinate representation of color #20D433: hue angle of 126.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D433 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 212 | 51 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.17 |
| HSL | 126.33º | 0.74% | 0.48% | - |
| HSV(B) | 126.33º | 0.85% | 0.83% | - |
| XYZ | 24.74 | 47.63 | 11.02 | - |
| YUV | 139.83 | 77.87 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 51 | 0.85 | 0 | 0.76 | 0.17 | 126.33 | 0.74 | 0.48 |
| Hex | 20 | D4 | 33 | 55 | 0 | 4C | 11 | 7E | 4A | 30 |
| Octal | 40 | 324 | 63 | 125 | 0 | 114 | 21 | 176 | 112 | 60 |
| Binary | 100000 | 11010100 | 110011 | 1010101 | 0 | 1001100 | 10001 | 1111110 | 1001010 | 110000 |
Color Harmonies of #20D433
Complementary color
Monochromatic Colors of #20D433
Black with #20D433
Text Example
Text Example
White with #20D433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D433; }
p { color: rgb(32,212,51); }
H1.HeaderClassName
{
color: #20D433;
}
.AnyTagClassName
{
color: #20D433;
}
</style>
background-color css
<style>
a { background-color: #20D433; }
a { background-color: rgb(32,212,51); }
div.DivClassName
{
background-color: #20D433;
}
.BgClassName
{
background-color: #20D433;
}
</style>
border-color css
<style>
span { border-color: #20D433; }
span { border-color: rgb(32,212,51); }
td.TdClassName
{
border-color: #20D433;
}
.TagClassName
{
border-color: #20D433;
}
</style>