Shades of Lime Green #20CF3F
Tints of Lime Green #20CF3F
RGB
CMYK
RGB Variations
Color information
#20CF3F (or 0x20CF3F) is known color: Lime Green. HEX triplet: 20, CF and 3F. RGB value is (32,207,63). Sum of RGB (Red+Green+Blue) = 32+207+63=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 207 (81.25% from 255 or 68.54% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CF3F is #DF30C0. Grayscale: #8A8A8A. Windows color (decimal): -14627009 or 4181792. OLE color: 4181792.
HSL color Cylindrical-coordinate representation of color #20CF3F: hue angle of 130.63º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20CF3F is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 63 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.19 |
| HSL | 130.63º | 0.73% | 0.47% | - |
| HSV(B) | 130.63º | 0.85% | 0.81% | - |
| XYZ | 23.81 | 45.29 | 12.19 | - |
| YUV | 138.26 | 85.52 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 63 | 0.85 | 0 | 0.70 | 0.19 | 130.63 | 0.73 | 0.47 |
| Hex | 20 | CF | 3F | 55 | 0 | 46 | 13 | 83 | 49 | 2F |
| Octal | 40 | 317 | 77 | 125 | 0 | 106 | 23 | 203 | 111 | 57 |
| Binary | 100000 | 11001111 | 111111 | 1010101 | 0 | 1000110 | 10011 | 10000011 | 1001001 | 101111 |
Color Harmonies of #20CF3F
Complementary color
Monochromatic Colors of #20CF3F
Black with #20CF3F
Text Example
Text Example
White with #20CF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF3F; }
p { color: rgb(32,207,63); }
H1.HeaderClassName
{
color: #20CF3F;
}
.AnyTagClassName
{
color: #20CF3F;
}
</style>
background-color css
<style>
a { background-color: #20CF3F; }
a { background-color: rgb(32,207,63); }
div.DivClassName
{
background-color: #20CF3F;
}
.BgClassName
{
background-color: #20CF3F;
}
</style>
border-color css
<style>
span { border-color: #20CF3F; }
span { border-color: rgb(32,207,63); }
td.TdClassName
{
border-color: #20CF3F;
}
.TagClassName
{
border-color: #20CF3F;
}
</style>