Shades of Lime Green #20C915
Tints of Lime Green #20C915
RGB
CMYK
RGB Variations
Color information
#20C915 (or 0x20C915) is known color: Lime Green. HEX triplet: 20, C9 and 15. RGB value is (32,201,21). Sum of RGB (Red+Green+Blue) = 32+201+21=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 201 (78.91% from 255 or 79.13% from 254); Blue value is 21 (8.59% from 255 or 8.27% from 254); Max value from RGB is 201 - color contains mainly: green. Hex color #20C915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C915 is #DF36EA. Grayscale: #828282. Windows color (decimal): -14628587 or 1427744. OLE color: 1427744.
HSL color Cylindrical-coordinate representation of color #20C915: hue angle of 116.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20C915 is Cyan = 0.84, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 201 | 21 | - |
| CMYK | 0.84 | 0 | 0.90 | 0.21 |
| HSL | 116.33º | 0.81% | 0.44% | - |
| HSV(B) | 116.33º | 0.9% | 0.79% | - |
| XYZ | 21.62 | 42.13 | 7.7 | - |
| YUV | 129.95 | 66.51 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 201 | 21 | 0.84 | 0 | 0.90 | 0.21 | 116.33 | 0.81 | 0.44 |
| Hex | 20 | C9 | 15 | 54 | 0 | 5A | 15 | 74 | 51 | 2C |
| Octal | 40 | 311 | 25 | 124 | 0 | 132 | 25 | 164 | 121 | 54 |
| Binary | 100000 | 11001001 | 10101 | 1010100 | 0 | 1011010 | 10101 | 1110100 | 1010001 | 101100 |
Color Harmonies of #20C915
Complementary color
Monochromatic Colors of #20C915
Black with #20C915
Text Example
Text Example
White with #20C915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C915; }
p { color: rgb(32,201,21); }
H1.HeaderClassName
{
color: #20C915;
}
.AnyTagClassName
{
color: #20C915;
}
</style>
background-color css
<style>
a { background-color: #20C915; }
a { background-color: rgb(32,201,21); }
div.DivClassName
{
background-color: #20C915;
}
.BgClassName
{
background-color: #20C915;
}
</style>
border-color css
<style>
span { border-color: #20C915; }
span { border-color: rgb(32,201,21); }
td.TdClassName
{
border-color: #20C915;
}
.TagClassName
{
border-color: #20C915;
}
</style>