Shades of Lime Green #20C030
Tints of Lime Green #20C030
RGB
CMYK
RGB Variations
Color information
#20C030 (or 0x20C030) is known color: Lime Green. HEX triplet: 20, C0 and 30. RGB value is (32,192,48). Sum of RGB (Red+Green+Blue) = 32+192+48=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 192 (75.39% from 255 or 70.59% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 192 - color contains mainly: green. Hex color #20C030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C030 is #DF3FCF. Grayscale: #808080. Windows color (decimal): -14630864 or 3194912. OLE color: 3194912.
HSL color Cylindrical-coordinate representation of color #20C030: hue angle of 126º 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 #20C030 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 48 | - |
| CMYK | 0.83 | 0 | 0.75 | 0.25 |
| HSL | 126º | 0.71% | 0.44% | - |
| HSV(B) | 126º | 0.83% | 0.75% | - |
| XYZ | 19.98 | 38.22 | 9.12 | - |
| YUV | 127.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 48 | 0.83 | 0 | 0.75 | 0.25 | 126 | 0.71 | 0.44 |
| Hex | 20 | C0 | 30 | 53 | 0 | 4B | 19 | 7E | 47 | 2C |
| Octal | 40 | 300 | 60 | 123 | 0 | 113 | 31 | 176 | 107 | 54 |
| Binary | 100000 | 11000000 | 110000 | 1010011 | 0 | 1001011 | 11001 | 1111110 | 1000111 | 101100 |
Color Harmonies of #20C030
Complementary color
Monochromatic Colors of #20C030
Black with #20C030
Text Example
Text Example
White with #20C030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C030; }
p { color: rgb(32,192,48); }
H1.HeaderClassName
{
color: #20C030;
}
.AnyTagClassName
{
color: #20C030;
}
</style>
background-color css
<style>
a { background-color: #20C030; }
a { background-color: rgb(32,192,48); }
div.DivClassName
{
background-color: #20C030;
}
.BgClassName
{
background-color: #20C030;
}
</style>
border-color css
<style>
span { border-color: #20C030; }
span { border-color: rgb(32,192,48); }
td.TdClassName
{
border-color: #20C030;
}
.TagClassName
{
border-color: #20C030;
}
</style>