Shades of Lime Green #20C641
Tints of Lime Green #20C641
RGB
CMYK
RGB Variations
Color information
#20C641 (or 0x20C641) is known color: Lime Green. HEX triplet: 20, C6 and 41. RGB value is (32,198,65). Sum of RGB (Red+Green+Blue) = 32+198+65=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 198 (77.73% from 255 or 67.12% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 198 - color contains mainly: green. Hex color #20C641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20C641 is #DF39BE. Grayscale: #858585. Windows color (decimal): -14629311 or 4310560. OLE color: 4310560.
HSL color Cylindrical-coordinate representation of color #20C641: hue angle of 131.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20C641 is Cyan = 0.84, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 32 | 198 | 65 | - |
| CMYK | 0.84 | 0 | 0.67 | 0.22 |
| HSL | 131.93º | 0.72% | 0.45% | - |
| HSV(B) | 131.93º | 0.84% | 0.78% | - |
| XYZ | 21.74 | 41.08 | 11.78 | - |
| YUV | 133.2 | 89.5 | 55.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 198 | 65 | 0.84 | 0 | 0.67 | 0.22 | 131.93 | 0.72 | 0.45 |
| Hex | 20 | C6 | 41 | 54 | 0 | 43 | 16 | 84 | 48 | 2D |
| Octal | 40 | 306 | 101 | 124 | 0 | 103 | 26 | 204 | 110 | 55 |
| Binary | 100000 | 11000110 | 1000001 | 1010100 | 0 | 1000011 | 10110 | 10000100 | 1001000 | 101101 |
Color Harmonies of #20C641
Complementary color
Monochromatic Colors of #20C641
Black with #20C641
Text Example
Text Example
White with #20C641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C641; }
p { color: rgb(32,198,65); }
H1.HeaderClassName
{
color: #20C641;
}
.AnyTagClassName
{
color: #20C641;
}
</style>
background-color css
<style>
a { background-color: #20C641; }
a { background-color: rgb(32,198,65); }
div.DivClassName
{
background-color: #20C641;
}
.BgClassName
{
background-color: #20C641;
}
</style>
border-color css
<style>
span { border-color: #20C641; }
span { border-color: rgb(32,198,65); }
td.TdClassName
{
border-color: #20C641;
}
.TagClassName
{
border-color: #20C641;
}
</style>