Shades of Lime Green #15DB25
Tints of Lime Green #15DB25
RGB
CMYK
RGB Variations
Color information
#15DB25 (or 0x15DB25) is known color: Lime Green. HEX triplet: 15, DB and 25. RGB value is (21,219,37). Sum of RGB (Red+Green+Blue) = 21+219+37=277 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.58% from 277); Green value is 219 (85.94% from 255 or 79.06% from 277); Blue value is 37 (14.84% from 255 or 13.36% from 277); Max value from RGB is 219 - color contains mainly: green. Hex color #15DB25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DB25 is #EA24DA. Grayscale: #8B8B8B. Windows color (decimal): -15344859 or 2480917. OLE color: 2480917.
HSL color Cylindrical-coordinate representation of color #15DB25: hue angle of 124.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DB25 is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 21 | 219 | 37 | - |
| CMYK | 0.90 | 0 | 0.83 | 0.14 |
| HSL | 124.85º | 0.83% | 0.47% | - |
| HSV(B) | 124.85º | 0.9% | 0.86% | - |
| XYZ | 25.97 | 50.96 | 10.22 | - |
| YUV | 139.05 | 70.4 | 43.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 37 | 0.90 | 0 | 0.83 | 0.14 | 124.85 | 0.83 | 0.47 |
| Hex | 15 | DB | 25 | 5A | 0 | 53 | E | 7D | 52 | 2F |
| Octal | 25 | 333 | 45 | 132 | 0 | 123 | 16 | 175 | 122 | 57 |
| Binary | 10101 | 11011011 | 100101 | 1011010 | 0 | 1010011 | 1110 | 1111101 | 1010010 | 101111 |
Color Harmonies of #15DB25
Complementary color
Monochromatic Colors of #15DB25
Black with #15DB25
Text Example
Text Example
White with #15DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DB25; }
p { color: rgb(21,219,37); }
H1.HeaderClassName
{
color: #15DB25;
}
.AnyTagClassName
{
color: #15DB25;
}
</style>
background-color css
<style>
a { background-color: #15DB25; }
a { background-color: rgb(21,219,37); }
div.DivClassName
{
background-color: #15DB25;
}
.BgClassName
{
background-color: #15DB25;
}
</style>
border-color css
<style>
span { border-color: #15DB25; }
span { border-color: rgb(21,219,37); }
td.TdClassName
{
border-color: #15DB25;
}
.TagClassName
{
border-color: #15DB25;
}
</style>