Shades of Lime Green #20C944
Tints of Lime Green #20C944
RGB
CMYK
RGB Variations
Color information
#20C944 (or 0x20C944) is known color: Lime Green. HEX triplet: 20, C9 and 44. RGB value is (32,201,68). Sum of RGB (Red+Green+Blue) = 32+201+68=301 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.63% from 301); Green value is 201 (78.91% from 255 or 66.78% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 201 - color contains mainly: green. Hex color #20C944 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C944 is #DF36BB. Grayscale: #878787. Windows color (decimal): -14628540 or 4507936. OLE color: 4507936.
HSL color Cylindrical-coordinate representation of color #20C944: hue angle of 132.78º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C944 is Cyan = 0.84, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 68 | - |
| CMYK | 0.84 | 0 | 0.66 | 0.21 |
| HSL | 132.78º | 0.73% | 0.46% | - |
| HSV(B) | 132.78º | 0.84% | 0.79% | - |
| XYZ | 22.53 | 42.5 | 12.48 | - |
| YUV | 135.31 | 90.01 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 68 | 0.84 | 0 | 0.66 | 0.21 | 132.78 | 0.73 | 0.46 |
| Hex | 20 | C9 | 44 | 54 | 0 | 42 | 15 | 85 | 49 | 2E |
| Octal | 40 | 311 | 104 | 124 | 0 | 102 | 25 | 205 | 111 | 56 |
| Binary | 100000 | 11001001 | 1000100 | 1010100 | 0 | 1000010 | 10101 | 10000101 | 1001001 | 101110 |
Color Harmonies of #20C944
Complementary color
Monochromatic Colors of #20C944
Black with #20C944
Text Example
Text Example
White with #20C944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C944; }
p { color: rgb(32,201,68); }
H1.HeaderClassName
{
color: #20C944;
}
.AnyTagClassName
{
color: #20C944;
}
</style>
background-color css
<style>
a { background-color: #20C944; }
a { background-color: rgb(32,201,68); }
div.DivClassName
{
background-color: #20C944;
}
.BgClassName
{
background-color: #20C944;
}
</style>
border-color css
<style>
span { border-color: #20C944; }
span { border-color: rgb(32,201,68); }
td.TdClassName
{
border-color: #20C944;
}
.TagClassName
{
border-color: #20C944;
}
</style>