Shades of Lime Green #15C01C
Tints of Lime Green #15C01C
RGB
CMYK
RGB Variations
Color information
#15C01C (or 0x15C01C) is known color: Lime Green. HEX triplet: 15, C0 and 1C. RGB value is (21,192,28). Sum of RGB (Red+Green+Blue) = 21+192+28=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #15C01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C01C is #EA3FE3. Grayscale: #7A7A7A. Windows color (decimal): -15351780 or 1884181. OLE color: 1884181.
HSL color Cylindrical-coordinate representation of color #15C01C: hue angle of 122.46º 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 #15C01C is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 28 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.25 |
| HSL | 122.46º | 0.8% | 0.42% | - |
| HSV(B) | 122.46º | 0.89% | 0.75% | - |
| XYZ | 19.37 | 37.94 | 7.4 | - |
| YUV | 122.18 | 74.85 | 55.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 28 | 0.89 | 0 | 0.85 | 0.25 | 122.46 | 0.8 | 0.42 |
| Hex | 15 | C0 | 1C | 59 | 0 | 55 | 19 | 7A | 50 | 2A |
| Octal | 25 | 300 | 34 | 131 | 0 | 125 | 31 | 172 | 120 | 52 |
| Binary | 10101 | 11000000 | 11100 | 1011001 | 0 | 1010101 | 11001 | 1111010 | 1010000 | 101010 |
Color Harmonies of #15C01C
Complementary color
Monochromatic Colors of #15C01C
Black with #15C01C
Text Example
Text Example
White with #15C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C01C; }
p { color: rgb(21,192,28); }
H1.HeaderClassName
{
color: #15C01C;
}
.AnyTagClassName
{
color: #15C01C;
}
</style>
background-color css
<style>
a { background-color: #15C01C; }
a { background-color: rgb(21,192,28); }
div.DivClassName
{
background-color: #15C01C;
}
.BgClassName
{
background-color: #15C01C;
}
</style>
border-color css
<style>
span { border-color: #15C01C; }
span { border-color: rgb(21,192,28); }
td.TdClassName
{
border-color: #15C01C;
}
.TagClassName
{
border-color: #15C01C;
}
</style>