Shades of Lime Green #20CA2F
Tints of Lime Green #20CA2F
RGB
CMYK
RGB Variations
Color information
#20CA2F (or 0x20CA2F) is known color: Lime Green. HEX triplet: 20, CA and 2F. RGB value is (32,202,47). Sum of RGB (Red+Green+Blue) = 32+202+47=281 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.39% from 281); Green value is 202 (79.30% from 255 or 71.89% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 202 - color contains mainly: green. Hex color #20CA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CA2F is #DF35D0. Grayscale: #858585. Windows color (decimal): -14628305 or 3131936. OLE color: 3131936.
HSL color Cylindrical-coordinate representation of color #20CA2F: hue angle of 125.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 #20CA2F is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 202 | 47 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.21 |
| HSL | 125.29º | 0.73% | 0.46% | - |
| HSV(B) | 125.29º | 0.84% | 0.79% | - |
| XYZ | 22.23 | 42.75 | 9.77 | - |
| YUV | 133.5 | 79.18 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 202 | 47 | 0.84 | 0 | 0.77 | 0.21 | 125.29 | 0.73 | 0.46 |
| Hex | 20 | CA | 2F | 54 | 0 | 4D | 15 | 7D | 49 | 2E |
| Octal | 40 | 312 | 57 | 124 | 0 | 115 | 25 | 175 | 111 | 56 |
| Binary | 100000 | 11001010 | 101111 | 1010100 | 0 | 1001101 | 10101 | 1111101 | 1001001 | 101110 |
Color Harmonies of #20CA2F
Complementary color
Monochromatic Colors of #20CA2F
Black with #20CA2F
Text Example
Text Example
White with #20CA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CA2F; }
p { color: rgb(32,202,47); }
H1.HeaderClassName
{
color: #20CA2F;
}
.AnyTagClassName
{
color: #20CA2F;
}
</style>
background-color css
<style>
a { background-color: #20CA2F; }
a { background-color: rgb(32,202,47); }
div.DivClassName
{
background-color: #20CA2F;
}
.BgClassName
{
background-color: #20CA2F;
}
</style>
border-color css
<style>
span { border-color: #20CA2F; }
span { border-color: rgb(32,202,47); }
td.TdClassName
{
border-color: #20CA2F;
}
.TagClassName
{
border-color: #20CA2F;
}
</style>