Shades of Lime Green #15C221
Tints of Lime Green #15C221
RGB
CMYK
RGB Variations
Color information
#15C221 (or 0x15C221) is known color: Lime Green. HEX triplet: 15, C2 and 21. RGB value is (21,194,33). Sum of RGB (Red+Green+Blue) = 21+194+33=248 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.47% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #15C221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C221 is #EA3DDE. Grayscale: #7C7C7C. Windows color (decimal): -15351263 or 2212373. OLE color: 2212373.
HSL color Cylindrical-coordinate representation of color #15C221: hue angle of 124.16º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C221 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 194 | 33 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.24 |
| HSL | 124.16º | 0.8% | 0.42% | - |
| HSV(B) | 124.16º | 0.89% | 0.76% | - |
| XYZ | 19.88 | 38.85 | 7.89 | - |
| YUV | 123.92 | 76.69 | 54.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 194 | 33 | 0.89 | 0 | 0.83 | 0.24 | 124.16 | 0.8 | 0.42 |
| Hex | 15 | C2 | 21 | 59 | 0 | 53 | 18 | 7C | 50 | 2A |
| Octal | 25 | 302 | 41 | 131 | 0 | 123 | 30 | 174 | 120 | 52 |
| Binary | 10101 | 11000010 | 100001 | 1011001 | 0 | 1010011 | 11000 | 1111100 | 1010000 | 101010 |
Color Harmonies of #15C221
Complementary color
Monochromatic Colors of #15C221
Black with #15C221
Text Example
Text Example
White with #15C221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C221; }
p { color: rgb(21,194,33); }
H1.HeaderClassName
{
color: #15C221;
}
.AnyTagClassName
{
color: #15C221;
}
</style>
background-color css
<style>
a { background-color: #15C221; }
a { background-color: rgb(21,194,33); }
div.DivClassName
{
background-color: #15C221;
}
.BgClassName
{
background-color: #15C221;
}
</style>
border-color css
<style>
span { border-color: #15C221; }
span { border-color: rgb(21,194,33); }
td.TdClassName
{
border-color: #15C221;
}
.TagClassName
{
border-color: #15C221;
}
</style>