Shades of Lime Green #20C540
Tints of Lime Green #20C540
RGB
CMYK
RGB Variations
Color information
#20C540 (or 0x20C540) is known color: Lime Green. HEX triplet: 20, C5 and 40. RGB value is (32,197,64). Sum of RGB (Red+Green+Blue) = 32+197+64=293 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.92% from 293); Green value is 197 (77.34% from 255 or 67.24% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 197 - color contains mainly: green. Hex color #20C540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C540 is #DF3ABF. Grayscale: #848484. Windows color (decimal): -14629568 or 4244768. OLE color: 4244768.
HSL color Cylindrical-coordinate representation of color #20C540: hue angle of 131.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C540 is Cyan = 0.84, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 64 | - |
| CMYK | 0.84 | 0 | 0.68 | 0.23 |
| HSL | 131.64º | 0.72% | 0.45% | - |
| HSV(B) | 131.64º | 0.84% | 0.77% | - |
| XYZ | 21.49 | 40.61 | 11.56 | - |
| YUV | 132.5 | 89.34 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 64 | 0.84 | 0 | 0.68 | 0.23 | 131.64 | 0.72 | 0.45 |
| Hex | 20 | C5 | 40 | 54 | 0 | 44 | 17 | 84 | 48 | 2D |
| Octal | 40 | 305 | 100 | 124 | 0 | 104 | 27 | 204 | 110 | 55 |
| Binary | 100000 | 11000101 | 1000000 | 1010100 | 0 | 1000100 | 10111 | 10000100 | 1001000 | 101101 |
Color Harmonies of #20C540
Complementary color
Monochromatic Colors of #20C540
Black with #20C540
Text Example
Text Example
White with #20C540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C540; }
p { color: rgb(32,197,64); }
H1.HeaderClassName
{
color: #20C540;
}
.AnyTagClassName
{
color: #20C540;
}
</style>
background-color css
<style>
a { background-color: #20C540; }
a { background-color: rgb(32,197,64); }
div.DivClassName
{
background-color: #20C540;
}
.BgClassName
{
background-color: #20C540;
}
</style>
border-color css
<style>
span { border-color: #20C540; }
span { border-color: rgb(32,197,64); }
td.TdClassName
{
border-color: #20C540;
}
.TagClassName
{
border-color: #20C540;
}
</style>