Shades of Lime Green #20C027
Tints of Lime Green #20C027
RGB
CMYK
RGB Variations
Color information
#20C027 (or 0x20C027) is known color: Lime Green. HEX triplet: 20, C0 and 27. RGB value is (32,192,39). Sum of RGB (Red+Green+Blue) = 32+192+39=263 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.17% from 263); Green value is 192 (75.39% from 255 or 73.00% from 263); Blue value is 39 (15.62% from 255 or 14.83% from 263); Max value from RGB is 192 - color contains mainly: green. Hex color #20C027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C027 is #DF3FD8. Grayscale: #7F7F7F. Windows color (decimal): -14630873 or 2605088. OLE color: 2605088.
HSL color Cylindrical-coordinate representation of color #20C027: hue angle of 122.62º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C027 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 39 | - |
| CMYK | 0.83 | 0 | 0.80 | 0.25 |
| HSL | 122.63º | 0.71% | 0.44% | - |
| HSV(B) | 122.63º | 0.83% | 0.75% | - |
| XYZ | 19.81 | 38.15 | 8.24 | - |
| YUV | 126.72 | 78.49 | 60.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 39 | 0.83 | 0 | 0.80 | 0.25 | 122.63 | 0.71 | 0.44 |
| Hex | 20 | C0 | 27 | 53 | 0 | 50 | 19 | 7B | 47 | 2C |
| Octal | 40 | 300 | 47 | 123 | 0 | 120 | 31 | 173 | 107 | 54 |
| Binary | 100000 | 11000000 | 100111 | 1010011 | 0 | 1010000 | 11001 | 1111011 | 1000111 | 101100 |
Color Harmonies of #20C027
Complementary color
Monochromatic Colors of #20C027
Black with #20C027
Text Example
Text Example
White with #20C027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C027; }
p { color: rgb(32,192,39); }
H1.HeaderClassName
{
color: #20C027;
}
.AnyTagClassName
{
color: #20C027;
}
</style>
background-color css
<style>
a { background-color: #20C027; }
a { background-color: rgb(32,192,39); }
div.DivClassName
{
background-color: #20C027;
}
.BgClassName
{
background-color: #20C027;
}
</style>
border-color css
<style>
span { border-color: #20C027; }
span { border-color: rgb(32,192,39); }
td.TdClassName
{
border-color: #20C027;
}
.TagClassName
{
border-color: #20C027;
}
</style>