Shades of Lime Green #20C136
Tints of Lime Green #20C136
RGB
CMYK
RGB Variations
Color information
#20C136 (or 0x20C136) is known color: Lime Green. HEX triplet: 20, C1 and 36. RGB value is (32,193,54). Sum of RGB (Red+Green+Blue) = 32+193+54=279 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.47% from 279); Green value is 193 (75.78% from 255 or 69.18% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 193 - color contains mainly: green. Hex color #20C136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C136 is #DF3EC9. Grayscale: #818181. Windows color (decimal): -14630602 or 3588384. OLE color: 3588384.
HSL color Cylindrical-coordinate representation of color #20C136: hue angle of 128.2º 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 #20C136 is Cyan = 0.83, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 54 | - |
| CMYK | 0.83 | 0 | 0.72 | 0.24 |
| HSL | 128.2º | 0.72% | 0.44% | - |
| HSV(B) | 128.2º | 0.83% | 0.76% | - |
| XYZ | 20.33 | 38.71 | 9.89 | - |
| YUV | 129.02 | 85.66 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 54 | 0.83 | 0 | 0.72 | 0.24 | 128.2 | 0.72 | 0.44 |
| Hex | 20 | C1 | 36 | 53 | 0 | 48 | 18 | 80 | 48 | 2C |
| Octal | 40 | 301 | 66 | 123 | 0 | 110 | 30 | 200 | 110 | 54 |
| Binary | 100000 | 11000001 | 110110 | 1010011 | 0 | 1001000 | 11000 | 10000000 | 1001000 | 101100 |
Color Harmonies of #20C136
Complementary color
Monochromatic Colors of #20C136
Black with #20C136
Text Example
Text Example
White with #20C136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C136; }
p { color: rgb(32,193,54); }
H1.HeaderClassName
{
color: #20C136;
}
.AnyTagClassName
{
color: #20C136;
}
</style>
background-color css
<style>
a { background-color: #20C136; }
a { background-color: rgb(32,193,54); }
div.DivClassName
{
background-color: #20C136;
}
.BgClassName
{
background-color: #20C136;
}
</style>
border-color css
<style>
span { border-color: #20C136; }
span { border-color: rgb(32,193,54); }
td.TdClassName
{
border-color: #20C136;
}
.TagClassName
{
border-color: #20C136;
}
</style>