Shades of Lime Green #20C139
Tints of Lime Green #20C139
RGB
CMYK
RGB Variations
Color information
#20C139 (or 0x20C139) is known color: Lime Green. HEX triplet: 20, C1 and 39. RGB value is (32,193,57). Sum of RGB (Red+Green+Blue) = 32+193+57=282 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.35% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 57 (22.66% from 255 or 20.21% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #20C139 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C139 is #DF3EC6. Grayscale: #818181. Windows color (decimal): -14630599 or 3784992. OLE color: 3784992.
HSL color Cylindrical-coordinate representation of color #20C139: hue angle of 129.32º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20C139 is Cyan = 0.83, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 57 | - |
| CMYK | 0.83 | 0 | 0.70 | 0.24 |
| HSL | 129.32º | 0.72% | 0.44% | - |
| HSV(B) | 129.32º | 0.83% | 0.76% | - |
| XYZ | 20.4 | 38.74 | 10.27 | - |
| YUV | 129.36 | 87.16 | 58.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 57 | 0.83 | 0 | 0.70 | 0.24 | 129.32 | 0.72 | 0.44 |
| Hex | 20 | C1 | 39 | 53 | 0 | 46 | 18 | 81 | 48 | 2C |
| Octal | 40 | 301 | 71 | 123 | 0 | 106 | 30 | 201 | 110 | 54 |
| Binary | 100000 | 11000001 | 111001 | 1010011 | 0 | 1000110 | 11000 | 10000001 | 1001000 | 101100 |
Color Harmonies of #20C139
Complementary color
Monochromatic Colors of #20C139
Black with #20C139
Text Example
Text Example
White with #20C139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C139; }
p { color: rgb(32,193,57); }
H1.HeaderClassName
{
color: #20C139;
}
.AnyTagClassName
{
color: #20C139;
}
</style>
background-color css
<style>
a { background-color: #20C139; }
a { background-color: rgb(32,193,57); }
div.DivClassName
{
background-color: #20C139;
}
.BgClassName
{
background-color: #20C139;
}
</style>
border-color css
<style>
span { border-color: #20C139; }
span { border-color: rgb(32,193,57); }
td.TdClassName
{
border-color: #20C139;
}
.TagClassName
{
border-color: #20C139;
}
</style>