Shades of Lime Green #15C01B
Tints of Lime Green #15C01B
RGB
CMYK
RGB Variations
Color information
#15C01B (or 0x15C01B) is known color: Lime Green. HEX triplet: 15, C0 and 1B. RGB value is (21,192,27). Sum of RGB (Red+Green+Blue) = 21+192+27=240 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.75% from 240); Green value is 192 (75.39% from 255 or 80% from 240); Blue value is 27 (10.94% from 255 or 11.25% from 240); Max value from RGB is 192 - color contains mainly: green. Hex color #15C01B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C01B is #EA3FE4. Grayscale: #7A7A7A. Windows color (decimal): -15351781 or 1818645. OLE color: 1818645.
HSL color Cylindrical-coordinate representation of color #15C01B: hue angle of 122.11º 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 #15C01B is Cyan = 0.89, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 21 | 192 | 27 | - |
| CMYK | 0.89 | 0 | 0.86 | 0.25 |
| HSL | 122.11º | 0.8% | 0.42% | - |
| HSV(B) | 122.11º | 0.89% | 0.75% | - |
| XYZ | 19.36 | 37.94 | 7.34 | - |
| YUV | 122.06 | 74.35 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 192 | 27 | 0.89 | 0 | 0.86 | 0.25 | 122.11 | 0.8 | 0.42 |
| Hex | 15 | C0 | 1B | 59 | 0 | 56 | 19 | 7A | 50 | 2A |
| Octal | 25 | 300 | 33 | 131 | 0 | 126 | 31 | 172 | 120 | 52 |
| Binary | 10101 | 11000000 | 11011 | 1011001 | 0 | 1010110 | 11001 | 1111010 | 1010000 | 101010 |
Color Harmonies of #15C01B
Complementary color
Monochromatic Colors of #15C01B
Black with #15C01B
Text Example
Text Example
White with #15C01B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15C01B; }
p { color: rgb(21,192,27); }
H1.HeaderClassName
{
color: #15C01B;
}
.AnyTagClassName
{
color: #15C01B;
}
</style>
background-color css
<style>
a { background-color: #15C01B; }
a { background-color: rgb(21,192,27); }
div.DivClassName
{
background-color: #15C01B;
}
.BgClassName
{
background-color: #15C01B;
}
</style>
border-color css
<style>
span { border-color: #15C01B; }
span { border-color: rgb(21,192,27); }
td.TdClassName
{
border-color: #15C01B;
}
.TagClassName
{
border-color: #15C01B;
}
</style>