Shades of Lime Green #15D625
Tints of Lime Green #15D625
RGB
CMYK
RGB Variations
Color information
#15D625 (or 0x15D625) is known color: Lime Green. HEX triplet: 15, D6 and 25. RGB value is (21,214,37). Sum of RGB (Red+Green+Blue) = 21+214+37=272 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.72% from 272); Green value is 214 (83.98% from 255 or 78.68% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 214 - color contains mainly: green. Hex color #15D625 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D625 is #EA29DA. Grayscale: #888888. Windows color (decimal): -15346139 or 2479637. OLE color: 2479637.
HSL color Cylindrical-coordinate representation of color #15D625: hue angle of 124.97º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D625 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 214 | 37 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.16 |
| HSL | 124.97º | 0.82% | 0.46% | - |
| HSV(B) | 124.97º | 0.9% | 0.84% | - |
| XYZ | 24.69 | 48.39 | 9.79 | - |
| YUV | 136.12 | 72.06 | 45.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 214 | 37 | 0.90 | 0 | 0.83 | 0.16 | 124.97 | 0.82 | 0.46 |
| Hex | 15 | D6 | 25 | 5A | 0 | 53 | 10 | 7D | 52 | 2E |
| Octal | 25 | 326 | 45 | 132 | 0 | 123 | 20 | 175 | 122 | 56 |
| Binary | 10101 | 11010110 | 100101 | 1011010 | 0 | 1010011 | 10000 | 1111101 | 1010010 | 101110 |
Color Harmonies of #15D625
Complementary color
Monochromatic Colors of #15D625
Black with #15D625
Text Example
Text Example
White with #15D625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D625; }
p { color: rgb(21,214,37); }
H1.HeaderClassName
{
color: #15D625;
}
.AnyTagClassName
{
color: #15D625;
}
</style>
background-color css
<style>
a { background-color: #15D625; }
a { background-color: rgb(21,214,37); }
div.DivClassName
{
background-color: #15D625;
}
.BgClassName
{
background-color: #15D625;
}
</style>
border-color css
<style>
span { border-color: #15D625; }
span { border-color: rgb(21,214,37); }
td.TdClassName
{
border-color: #15D625;
}
.TagClassName
{
border-color: #15D625;
}
</style>