Shades of Lime Green #20C01F
Tints of Lime Green #20C01F
RGB
CMYK
RGB Variations
Color information
#20C01F (or 0x20C01F) is known color: Lime Green. HEX triplet: 20, C0 and 1F. RGB value is (32,192,31). Sum of RGB (Red+Green+Blue) = 32+192+31=255 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.55% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #20C01F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C01F is #DF3FE0. Grayscale: #7E7E7E. Windows color (decimal): -14630881 or 2080800. OLE color: 2080800.
HSL color Cylindrical-coordinate representation of color #20C01F: hue angle of 119.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C01F is Cyan = 0.83, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 31 | - |
| CMYK | 0.83 | 0 | 0.84 | 0.25 |
| HSL | 119.63º | 0.72% | 0.44% | - |
| HSV(B) | 119.63º | 0.84% | 0.75% | - |
| XYZ | 19.69 | 38.11 | 7.61 | - |
| YUV | 125.81 | 74.49 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 31 | 0.83 | 0 | 0.84 | 0.25 | 119.63 | 0.72 | 0.44 |
| Hex | 20 | C0 | 1F | 53 | 0 | 54 | 19 | 78 | 48 | 2C |
| Octal | 40 | 300 | 37 | 123 | 0 | 124 | 31 | 170 | 110 | 54 |
| Binary | 100000 | 11000000 | 11111 | 1010011 | 0 | 1010100 | 11001 | 1111000 | 1001000 | 101100 |
Color Harmonies of #20C01F
Complementary color
Monochromatic Colors of #20C01F
Black with #20C01F
Text Example
Text Example
White with #20C01F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C01F; }
p { color: rgb(32,192,31); }
H1.HeaderClassName
{
color: #20C01F;
}
.AnyTagClassName
{
color: #20C01F;
}
</style>
background-color css
<style>
a { background-color: #20C01F; }
a { background-color: rgb(32,192,31); }
div.DivClassName
{
background-color: #20C01F;
}
.BgClassName
{
background-color: #20C01F;
}
</style>
border-color css
<style>
span { border-color: #20C01F; }
span { border-color: rgb(32,192,31); }
td.TdClassName
{
border-color: #20C01F;
}
.TagClassName
{
border-color: #20C01F;
}
</style>