Shades of Lime Green #20D435
Tints of Lime Green #20D435
RGB
CMYK
RGB Variations
Color information
#20D435 (or 0x20D435) is known color: Lime Green. HEX triplet: 20, D4 and 35. RGB value is (32,212,53). Sum of RGB (Red+Green+Blue) = 32+212+53=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 212 (83.20% from 255 or 71.38% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 212 - color contains mainly: green. Hex color #20D435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D435 is #DF2BCA. Grayscale: #8C8C8C. Windows color (decimal): -14625739 or 3527712. OLE color: 3527712.
HSL color Cylindrical-coordinate representation of color #20D435: hue angle of 127º 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 #20D435 is Cyan = 0.85, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 212 | 53 | - |
| CMYK | 0.85 | 0 | 0.75 | 0.17 |
| HSL | 127º | 0.74% | 0.48% | - |
| HSV(B) | 127º | 0.85% | 0.83% | - |
| XYZ | 24.78 | 47.65 | 11.26 | - |
| YUV | 140.05 | 78.87 | 50.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 53 | 0.85 | 0 | 0.75 | 0.17 | 127 | 0.74 | 0.48 |
| Hex | 20 | D4 | 35 | 55 | 0 | 4B | 11 | 7F | 4A | 30 |
| Octal | 40 | 324 | 65 | 125 | 0 | 113 | 21 | 177 | 112 | 60 |
| Binary | 100000 | 11010100 | 110101 | 1010101 | 0 | 1001011 | 10001 | 1111111 | 1001010 | 110000 |
Color Harmonies of #20D435
Complementary color
Monochromatic Colors of #20D435
Black with #20D435
Text Example
Text Example
White with #20D435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D435; }
p { color: rgb(32,212,53); }
H1.HeaderClassName
{
color: #20D435;
}
.AnyTagClassName
{
color: #20D435;
}
</style>
background-color css
<style>
a { background-color: #20D435; }
a { background-color: rgb(32,212,53); }
div.DivClassName
{
background-color: #20D435;
}
.BgClassName
{
background-color: #20D435;
}
</style>
border-color css
<style>
span { border-color: #20D435; }
span { border-color: rgb(32,212,53); }
td.TdClassName
{
border-color: #20D435;
}
.TagClassName
{
border-color: #20D435;
}
</style>