Shades of Lime Green #20CA40
Tints of Lime Green #20CA40
RGB
CMYK
RGB Variations
Color information
#20CA40 (or 0x20CA40) is known color: Lime Green. HEX triplet: 20, CA and 40. RGB value is (32,202,64). Sum of RGB (Red+Green+Blue) = 32+202+64=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 202 (79.30% from 255 or 67.79% from 298); Blue value is 64 (25.39% from 255 or 21.48% from 298); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA40 is #DF35BF. Grayscale: #878787. Windows color (decimal): -14628288 or 4246048. OLE color: 4246048.
HSL color Cylindrical-coordinate representation of color #20CA40: hue angle of 131.29º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20CA40 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 64 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.21 |
| HSL | 131.29º | 0.73% | 0.46% | - |
| HSV(B) | 131.29º | 0.84% | 0.79% | - |
| XYZ | 22.64 | 42.92 | 11.94 | - |
| YUV | 135.44 | 87.68 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 64 | 0.84 | 0 | 0.68 | 0.21 | 131.29 | 0.73 | 0.46 |
| Hex | 20 | CA | 40 | 54 | 0 | 44 | 15 | 83 | 49 | 2E |
| Octal | 40 | 312 | 100 | 124 | 0 | 104 | 25 | 203 | 111 | 56 |
| Binary | 100000 | 11001010 | 1000000 | 1010100 | 0 | 1000100 | 10101 | 10000011 | 1001001 | 101110 |
Color Harmonies of #20CA40
Complementary color
Monochromatic Colors of #20CA40
Black with #20CA40
Text Example
Text Example
White with #20CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA40; }
p { color: rgb(32,202,64); }
H1.HeaderClassName
{
color: #20CA40;
}
.AnyTagClassName
{
color: #20CA40;
}
</style>
background-color css
<style>
a { background-color: #20CA40; }
a { background-color: rgb(32,202,64); }
div.DivClassName
{
background-color: #20CA40;
}
.BgClassName
{
background-color: #20CA40;
}
</style>
border-color css
<style>
span { border-color: #20CA40; }
span { border-color: rgb(32,202,64); }
td.TdClassName
{
border-color: #20CA40;
}
.TagClassName
{
border-color: #20CA40;
}
</style>