Shades of Lime Green #15BC1D
Tints of Lime Green #15BC1D
RGB
CMYK
RGB Variations
Color information
#15BC1D (or 0x15BC1D) is known color: Lime Green. HEX triplet: 15, BC and 1D. RGB value is (21,188,29). Sum of RGB (Red+Green+Blue) = 21+188+29=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 188 (73.83% from 255 or 78.99% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 188 - color contains mainly: green. Hex color #15BC1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15BC1D is #EA43E2. Grayscale: #787878. Windows color (decimal): -15352803 or 1948693. OLE color: 1948693.
HSL color Cylindrical-coordinate representation of color #15BC1D: hue angle of 122.87º 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 #15BC1D is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 21 | 188 | 29 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.26 |
| HSL | 122.87º | 0.8% | 0.41% | - |
| HSV(B) | 122.87º | 0.89% | 0.74% | - |
| XYZ | 18.51 | 36.21 | 7.18 | - |
| YUV | 119.94 | 76.67 | 57.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 188 | 29 | 0.89 | 0 | 0.85 | 0.26 | 122.87 | 0.8 | 0.41 |
| Hex | 15 | BC | 1D | 59 | 0 | 55 | 1A | 7B | 50 | 29 |
| Octal | 25 | 274 | 35 | 131 | 0 | 125 | 32 | 173 | 120 | 51 |
| Binary | 10101 | 10111100 | 11101 | 1011001 | 0 | 1010101 | 11010 | 1111011 | 1010000 | 101001 |
Color Harmonies of #15BC1D
Complementary color
Monochromatic Colors of #15BC1D
Black with #15BC1D
Text Example
Text Example
White with #15BC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15BC1D; }
p { color: rgb(21,188,29); }
H1.HeaderClassName
{
color: #15BC1D;
}
.AnyTagClassName
{
color: #15BC1D;
}
</style>
background-color css
<style>
a { background-color: #15BC1D; }
a { background-color: rgb(21,188,29); }
div.DivClassName
{
background-color: #15BC1D;
}
.BgClassName
{
background-color: #15BC1D;
}
</style>
border-color css
<style>
span { border-color: #15BC1D; }
span { border-color: rgb(21,188,29); }
td.TdClassName
{
border-color: #15BC1D;
}
.TagClassName
{
border-color: #15BC1D;
}
</style>