Shades of Lime Green #20C008
Tints of Lime Green #20C008
RGB
CMYK
RGB Variations
Color information
#20C008 (or 0x20C008) is known color: Lime Green. HEX triplet: 20, C0 and 08. RGB value is (32,192,8). Sum of RGB (Red+Green+Blue) = 32+192+8=232 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.79% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #20C008 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C008 is #DF3FF7. Grayscale: #7B7B7B. Windows color (decimal): -14630904 or 573472. OLE color: 573472.
HSL color Cylindrical-coordinate representation of color #20C008: hue angle of 112.17º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20C008 is Cyan = 0.83, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 8 | - |
| CMYK | 0.83 | 0 | 0.96 | 0.25 |
| HSL | 112.17º | 0.92% | 0.39% | - |
| HSV(B) | 112.17º | 0.96% | 0.75% | - |
| XYZ | 19.49 | 38.02 | 6.54 | - |
| YUV | 123.18 | 62.99 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 8 | 0.83 | 0 | 0.96 | 0.25 | 112.17 | 0.92 | 0.39 |
| Hex | 20 | C0 | 8 | 53 | 0 | 60 | 19 | 70 | 5C | 27 |
| Octal | 40 | 300 | 10 | 123 | 0 | 140 | 31 | 160 | 134 | 47 |
| Binary | 100000 | 11000000 | 1000 | 1010011 | 0 | 1100000 | 11001 | 1110000 | 1011100 | 100111 |
Color Harmonies of #20C008
Complementary color
Monochromatic Colors of #20C008
Black with #20C008
Text Example
Text Example
White with #20C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C008; }
p { color: rgb(32,192,8); }
H1.HeaderClassName
{
color: #20C008;
}
.AnyTagClassName
{
color: #20C008;
}
</style>
background-color css
<style>
a { background-color: #20C008; }
a { background-color: rgb(32,192,8); }
div.DivClassName
{
background-color: #20C008;
}
.BgClassName
{
background-color: #20C008;
}
</style>
border-color css
<style>
span { border-color: #20C008; }
span { border-color: rgb(32,192,8); }
td.TdClassName
{
border-color: #20C008;
}
.TagClassName
{
border-color: #20C008;
}
</style>