Shades of Lime Green #20CF0A
Tints of Lime Green #20CF0A
RGB
CMYK
RGB Variations
Color information
#20CF0A (or 0x20CF0A) is known color: Lime Green. HEX triplet: 20, CF and 0A. RGB value is (32,207,10). Sum of RGB (Red+Green+Blue) = 32+207+10=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #20CF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20CF0A is #DF30F5. Grayscale: #848484. Windows color (decimal): -14627062 or 708384. OLE color: 708384.
HSL color Cylindrical-coordinate representation of color #20CF0A: hue angle of 113.3º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20CF0A is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 207 | 10 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.19 |
| HSL | 113.3º | 0.91% | 0.43% | - |
| HSV(B) | 113.3º | 0.95% | 0.81% | - |
| XYZ | 22.96 | 44.95 | 7.75 | - |
| YUV | 132.22 | 59.02 | 56.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 207 | 10 | 0.85 | 0 | 0.95 | 0.19 | 113.3 | 0.91 | 0.43 |
| Hex | 20 | CF | A | 55 | 0 | 5F | 13 | 71 | 5B | 2B |
| Octal | 40 | 317 | 12 | 125 | 0 | 137 | 23 | 161 | 133 | 53 |
| Binary | 100000 | 11001111 | 1010 | 1010101 | 0 | 1011111 | 10011 | 1110001 | 1011011 | 101011 |
Color Harmonies of #20CF0A
Complementary color
Monochromatic Colors of #20CF0A
Black with #20CF0A
Text Example
Text Example
White with #20CF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CF0A; }
p { color: rgb(32,207,10); }
H1.HeaderClassName
{
color: #20CF0A;
}
.AnyTagClassName
{
color: #20CF0A;
}
</style>
background-color css
<style>
a { background-color: #20CF0A; }
a { background-color: rgb(32,207,10); }
div.DivClassName
{
background-color: #20CF0A;
}
.BgClassName
{
background-color: #20CF0A;
}
</style>
border-color css
<style>
span { border-color: #20CF0A; }
span { border-color: rgb(32,207,10); }
td.TdClassName
{
border-color: #20CF0A;
}
.TagClassName
{
border-color: #20CF0A;
}
</style>