Shades of Lime Green #20C111
Tints of Lime Green #20C111
RGB
CMYK
RGB Variations
Color information
#20C111 (or 0x20C111) is known color: Lime Green. HEX triplet: 20, C1 and 11. RGB value is (32,193,17). Sum of RGB (Red+Green+Blue) = 32+193+17=242 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.22% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #20C111 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C111 is #DF3EEE. Grayscale: #7D7D7D. Windows color (decimal): -14630639 or 1163552. OLE color: 1163552.
HSL color Cylindrical-coordinate representation of color #20C111: hue angle of 114.89º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20C111 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 17 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.24 |
| HSL | 114.89º | 0.84% | 0.41% | - |
| HSV(B) | 114.89º | 0.91% | 0.76% | - |
| XYZ | 19.77 | 38.49 | 6.92 | - |
| YUV | 124.8 | 67.16 | 61.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 17 | 0.83 | 0 | 0.91 | 0.24 | 114.89 | 0.84 | 0.41 |
| Hex | 20 | C1 | 11 | 53 | 0 | 5B | 18 | 73 | 54 | 29 |
| Octal | 40 | 301 | 21 | 123 | 0 | 133 | 30 | 163 | 124 | 51 |
| Binary | 100000 | 11000001 | 10001 | 1010011 | 0 | 1011011 | 11000 | 1110011 | 1010100 | 101001 |
Color Harmonies of #20C111
Complementary color
Monochromatic Colors of #20C111
Black with #20C111
Text Example
Text Example
White with #20C111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C111; }
p { color: rgb(32,193,17); }
H1.HeaderClassName
{
color: #20C111;
}
.AnyTagClassName
{
color: #20C111;
}
</style>
background-color css
<style>
a { background-color: #20C111; }
a { background-color: rgb(32,193,17); }
div.DivClassName
{
background-color: #20C111;
}
.BgClassName
{
background-color: #20C111;
}
</style>
border-color css
<style>
span { border-color: #20C111; }
span { border-color: rgb(32,193,17); }
td.TdClassName
{
border-color: #20C111;
}
.TagClassName
{
border-color: #20C111;
}
</style>