Shades of Lime Green #15C121
Tints of Lime Green #15C121
RGB
CMYK
RGB Variations
Color information
#15C121 (or 0x15C121) is known color: Lime Green. HEX triplet: 15, C1 and 21. RGB value is (21,193,33). Sum of RGB (Red+Green+Blue) = 21+193+33=247 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.50% from 247); Green value is 193 (75.78% from 255 or 78.14% from 247); Blue value is 33 (13.28% from 255 or 13.36% from 247); Max value from RGB is 193 - color contains mainly: green. Hex color #15C121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C121 is #EA3EDE. Grayscale: #7B7B7B. Windows color (decimal): -15351519 or 2212117. OLE color: 2212117.
HSL color Cylindrical-coordinate representation of color #15C121: hue angle of 124.19º 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 #15C121 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 21 | 193 | 33 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.24 |
| HSL | 124.19º | 0.8% | 0.42% | - |
| HSV(B) | 124.19º | 0.89% | 0.76% | - |
| XYZ | 19.65 | 38.41 | 7.82 | - |
| YUV | 123.33 | 77.02 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 193 | 33 | 0.89 | 0 | 0.83 | 0.24 | 124.19 | 0.8 | 0.42 |
| Hex | 15 | C1 | 21 | 59 | 0 | 53 | 18 | 7C | 50 | 2A |
| Octal | 25 | 301 | 41 | 131 | 0 | 123 | 30 | 174 | 120 | 52 |
| Binary | 10101 | 11000001 | 100001 | 1011001 | 0 | 1010011 | 11000 | 1111100 | 1010000 | 101010 |
Color Harmonies of #15C121
Complementary color
Monochromatic Colors of #15C121
Black with #15C121
Text Example
Text Example
White with #15C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C121; }
p { color: rgb(21,193,33); }
H1.HeaderClassName
{
color: #15C121;
}
.AnyTagClassName
{
color: #15C121;
}
</style>
background-color css
<style>
a { background-color: #15C121; }
a { background-color: rgb(21,193,33); }
div.DivClassName
{
background-color: #15C121;
}
.BgClassName
{
background-color: #15C121;
}
</style>
border-color css
<style>
span { border-color: #15C121; }
span { border-color: rgb(21,193,33); }
td.TdClassName
{
border-color: #15C121;
}
.TagClassName
{
border-color: #15C121;
}
</style>