Shades of Lime Green #15BC1C
Tints of Lime Green #15BC1C
RGB
CMYK
RGB Variations
Color information
#15BC1C (or 0x15BC1C) is known color: Lime Green. HEX triplet: 15, BC and 1C. RGB value is (21,188,28). Sum of RGB (Red+Green+Blue) = 21+188+28=237 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.86% from 237); Green value is 188 (73.83% from 255 or 79.32% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC1C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BC1C is #EA43E3. Grayscale: #787878. Windows color (decimal): -15352804 or 1883157. OLE color: 1883157.
HSL color Cylindrical-coordinate representation of color #15BC1C: hue angle of 122.51º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15BC1C is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 28 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.26 |
| HSL | 122.52º | 0.8% | 0.41% | - |
| HSV(B) | 122.52º | 0.89% | 0.74% | - |
| XYZ | 18.5 | 36.21 | 7.11 | - |
| YUV | 119.83 | 76.17 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 28 | 0.89 | 0 | 0.85 | 0.26 | 122.52 | 0.8 | 0.41 |
| Hex | 15 | BC | 1C | 59 | 0 | 55 | 1A | 7B | 50 | 29 |
| Octal | 25 | 274 | 34 | 131 | 0 | 125 | 32 | 173 | 120 | 51 |
| Binary | 10101 | 10111100 | 11100 | 1011001 | 0 | 1010101 | 11010 | 1111011 | 1010000 | 101001 |
Color Harmonies of #15BC1C
Complementary color
Monochromatic Colors of #15BC1C
Black with #15BC1C
Text Example
Text Example
White with #15BC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC1C; }
p { color: rgb(21,188,28); }
H1.HeaderClassName
{
color: #15BC1C;
}
.AnyTagClassName
{
color: #15BC1C;
}
</style>
background-color css
<style>
a { background-color: #15BC1C; }
a { background-color: rgb(21,188,28); }
div.DivClassName
{
background-color: #15BC1C;
}
.BgClassName
{
background-color: #15BC1C;
}
</style>
border-color css
<style>
span { border-color: #15BC1C; }
span { border-color: rgb(21,188,28); }
td.TdClassName
{
border-color: #15BC1C;
}
.TagClassName
{
border-color: #15BC1C;
}
</style>