Shades of Lime Green #20C019
Tints of Lime Green #20C019
RGB
CMYK
RGB Variations
Color information
#20C019 (or 0x20C019) is known color: Lime Green. HEX triplet: 20, C0 and 19. RGB value is (32,192,25). Sum of RGB (Red+Green+Blue) = 32+192+25=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 192 (75.39% from 255 or 77.11% from 249); Blue value is 25 (10.16% from 255 or 10.04% from 249); Max value from RGB is 192 - color contains mainly: green. Hex color #20C019 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C019 is #DF3FE6. Grayscale: #7D7D7D. Windows color (decimal): -14630887 or 1687584. OLE color: 1687584.
HSL color Cylindrical-coordinate representation of color #20C019: hue angle of 117.49º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20C019 is Cyan = 0.83, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 25 | - |
| CMYK | 0.83 | 0 | 0.87 | 0.25 |
| HSL | 117.49º | 0.77% | 0.43% | - |
| HSV(B) | 117.49º | 0.87% | 0.75% | - |
| XYZ | 19.62 | 38.08 | 7.24 | - |
| YUV | 125.12 | 71.49 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 25 | 0.83 | 0 | 0.87 | 0.25 | 117.49 | 0.77 | 0.43 |
| Hex | 20 | C0 | 19 | 53 | 0 | 57 | 19 | 75 | 4D | 2B |
| Octal | 40 | 300 | 31 | 123 | 0 | 127 | 31 | 165 | 115 | 53 |
| Binary | 100000 | 11000000 | 11001 | 1010011 | 0 | 1010111 | 11001 | 1110101 | 1001101 | 101011 |
Color Harmonies of #20C019
Complementary color
Monochromatic Colors of #20C019
Black with #20C019
Text Example
Text Example
White with #20C019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C019; }
p { color: rgb(32,192,25); }
H1.HeaderClassName
{
color: #20C019;
}
.AnyTagClassName
{
color: #20C019;
}
</style>
background-color css
<style>
a { background-color: #20C019; }
a { background-color: rgb(32,192,25); }
div.DivClassName
{
background-color: #20C019;
}
.BgClassName
{
background-color: #20C019;
}
</style>
border-color css
<style>
span { border-color: #20C019; }
span { border-color: rgb(32,192,25); }
td.TdClassName
{
border-color: #20C019;
}
.TagClassName
{
border-color: #20C019;
}
</style>