Shades of Lime Green #20C938
Tints of Lime Green #20C938
RGB
CMYK
RGB Variations
Color information
#20C938 (or 0x20C938) is known color: Lime Green. HEX triplet: 20, C9 and 38. RGB value is (32,201,56). Sum of RGB (Red+Green+Blue) = 32+201+56=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 201 (78.91% from 255 or 69.55% from 289); Blue value is 56 (22.27% from 255 or 19.38% from 289); Max value from RGB is 201 - color contains mainly: green. Hex color #20C938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C938 is #DF36C7. Grayscale: #868686. Windows color (decimal): -14628552 or 3721504. OLE color: 3721504.
HSL color Cylindrical-coordinate representation of color #20C938: hue angle of 128.52º 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 #20C938 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 56 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.21 |
| HSL | 128.52º | 0.73% | 0.46% | - |
| HSV(B) | 128.52º | 0.84% | 0.79% | - |
| XYZ | 22.2 | 42.37 | 10.75 | - |
| YUV | 133.94 | 84.01 | 55.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 56 | 0.84 | 0 | 0.72 | 0.21 | 128.52 | 0.73 | 0.46 |
| Hex | 20 | C9 | 38 | 54 | 0 | 48 | 15 | 81 | 49 | 2E |
| Octal | 40 | 311 | 70 | 124 | 0 | 110 | 25 | 201 | 111 | 56 |
| Binary | 100000 | 11001001 | 111000 | 1010100 | 0 | 1001000 | 10101 | 10000001 | 1001001 | 101110 |
Color Harmonies of #20C938
Complementary color
Monochromatic Colors of #20C938
Black with #20C938
Text Example
Text Example
White with #20C938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C938; }
p { color: rgb(32,201,56); }
H1.HeaderClassName
{
color: #20C938;
}
.AnyTagClassName
{
color: #20C938;
}
</style>
background-color css
<style>
a { background-color: #20C938; }
a { background-color: rgb(32,201,56); }
div.DivClassName
{
background-color: #20C938;
}
.BgClassName
{
background-color: #20C938;
}
</style>
border-color css
<style>
span { border-color: #20C938; }
span { border-color: rgb(32,201,56); }
td.TdClassName
{
border-color: #20C938;
}
.TagClassName
{
border-color: #20C938;
}
</style>