Shades of Lime Green #20C129
Tints of Lime Green #20C129
RGB
CMYK
RGB Variations
Color information
#20C129 (or 0x20C129) is known color: Lime Green. HEX triplet: 20, C1 and 29. RGB value is (32,193,41). Sum of RGB (Red+Green+Blue) = 32+193+41=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 193 (75.78% from 255 or 72.56% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 193 - color contains mainly: green. Hex color #20C129 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C129 is #DF3ED6. Grayscale: #7F7F7F. Windows color (decimal): -14630615 or 2736416. OLE color: 2736416.
HSL color Cylindrical-coordinate representation of color #20C129: hue angle of 123.35º 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 #20C129 is Cyan = 0.83, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 193 | 41 | - |
| CMYK | 0.83 | 0 | 0.79 | 0.24 |
| HSL | 123.35º | 0.72% | 0.44% | - |
| HSV(B) | 123.35º | 0.83% | 0.76% | - |
| XYZ | 20.07 | 38.61 | 8.49 | - |
| YUV | 127.53 | 79.16 | 59.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 193 | 41 | 0.83 | 0 | 0.79 | 0.24 | 123.35 | 0.72 | 0.44 |
| Hex | 20 | C1 | 29 | 53 | 0 | 4F | 18 | 7B | 48 | 2C |
| Octal | 40 | 301 | 51 | 123 | 0 | 117 | 30 | 173 | 110 | 54 |
| Binary | 100000 | 11000001 | 101001 | 1010011 | 0 | 1001111 | 11000 | 1111011 | 1001000 | 101100 |
Color Harmonies of #20C129
Complementary color
Monochromatic Colors of #20C129
Black with #20C129
Text Example
Text Example
White with #20C129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C129; }
p { color: rgb(32,193,41); }
H1.HeaderClassName
{
color: #20C129;
}
.AnyTagClassName
{
color: #20C129;
}
</style>
background-color css
<style>
a { background-color: #20C129; }
a { background-color: rgb(32,193,41); }
div.DivClassName
{
background-color: #20C129;
}
.BgClassName
{
background-color: #20C129;
}
</style>
border-color css
<style>
span { border-color: #20C129; }
span { border-color: rgb(32,193,41); }
td.TdClassName
{
border-color: #20C129;
}
.TagClassName
{
border-color: #20C129;
}
</style>