Shades of Lime Green #15D529
Tints of Lime Green #15D529
RGB
CMYK
RGB Variations
Color information
#15D529 (or 0x15D529) is known color: Lime Green. HEX triplet: 15, D5 and 29. RGB value is (21,213,41). Sum of RGB (Red+Green+Blue) = 21+213+41=275 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.64% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #15D529 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D529 is #EA2AD6. Grayscale: #888888. Windows color (decimal): -15346391 or 2741525. OLE color: 2741525.
HSL color Cylindrical-coordinate representation of color #15D529: hue angle of 126.25º 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 #15D529 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 213 | 41 | - |
| CMYK | 0.90 | 0 | 0.81 | 0.16 |
| HSL | 126.25º | 0.82% | 0.46% | - |
| HSV(B) | 126.25º | 0.9% | 0.84% | - |
| XYZ | 24.5 | 47.91 | 10.05 | - |
| YUV | 135.98 | 74.39 | 45.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 213 | 41 | 0.90 | 0 | 0.81 | 0.16 | 126.25 | 0.82 | 0.46 |
| Hex | 15 | D5 | 29 | 5A | 0 | 51 | 10 | 7E | 52 | 2E |
| Octal | 25 | 325 | 51 | 132 | 0 | 121 | 20 | 176 | 122 | 56 |
| Binary | 10101 | 11010101 | 101001 | 1011010 | 0 | 1010001 | 10000 | 1111110 | 1010010 | 101110 |
Color Harmonies of #15D529
Complementary color
Monochromatic Colors of #15D529
Black with #15D529
Text Example
Text Example
White with #15D529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D529; }
p { color: rgb(21,213,41); }
H1.HeaderClassName
{
color: #15D529;
}
.AnyTagClassName
{
color: #15D529;
}
</style>
background-color css
<style>
a { background-color: #15D529; }
a { background-color: rgb(21,213,41); }
div.DivClassName
{
background-color: #15D529;
}
.BgClassName
{
background-color: #15D529;
}
</style>
border-color css
<style>
span { border-color: #15D529; }
span { border-color: rgb(21,213,41); }
td.TdClassName
{
border-color: #15D529;
}
.TagClassName
{
border-color: #15D529;
}
</style>