Shades of Lime Green #15C01A
Tints of Lime Green #15C01A
RGB
CMYK
RGB Variations
Color information
#15C01A (or 0x15C01A) is known color: Lime Green. HEX triplet: 15, C0 and 1A. RGB value is (21,192,26). Sum of RGB (Red+Green+Blue) = 21+192+26=239 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.79% from 239); Green value is 192 (75.39% from 255 or 80.33% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 192 - color contains mainly: green. Hex color #15C01A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C01A is #EA3FE5. Grayscale: #7A7A7A. Windows color (decimal): -15351782 or 1753109. OLE color: 1753109.
HSL color Cylindrical-coordinate representation of color #15C01A: hue angle of 121.75º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C01A is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 26 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.25 |
| HSL | 121.75º | 0.8% | 0.42% | - |
| HSV(B) | 121.75º | 0.89% | 0.75% | - |
| XYZ | 19.35 | 37.93 | 7.28 | - |
| YUV | 121.95 | 73.85 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 26 | 0.89 | 0 | 0.86 | 0.25 | 121.75 | 0.8 | 0.42 |
| Hex | 15 | C0 | 1A | 59 | 0 | 56 | 19 | 7A | 50 | 2A |
| Octal | 25 | 300 | 32 | 131 | 0 | 126 | 31 | 172 | 120 | 52 |
| Binary | 10101 | 11000000 | 11010 | 1011001 | 0 | 1010110 | 11001 | 1111010 | 1010000 | 101010 |
Color Harmonies of #15C01A
Complementary color
Monochromatic Colors of #15C01A
Black with #15C01A
Text Example
Text Example
White with #15C01A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C01A; }
p { color: rgb(21,192,26); }
H1.HeaderClassName
{
color: #15C01A;
}
.AnyTagClassName
{
color: #15C01A;
}
</style>
background-color css
<style>
a { background-color: #15C01A; }
a { background-color: rgb(21,192,26); }
div.DivClassName
{
background-color: #15C01A;
}
.BgClassName
{
background-color: #15C01A;
}
</style>
border-color css
<style>
span { border-color: #15C01A; }
span { border-color: rgb(21,192,26); }
td.TdClassName
{
border-color: #15C01A;
}
.TagClassName
{
border-color: #15C01A;
}
</style>