Shades of Lime Green #15D52D
Tints of Lime Green #15D52D
RGB
CMYK
RGB Variations
Color information
#15D52D (or 0x15D52D) is known color: Lime Green. HEX triplet: 15, D5 and 2D. RGB value is (21,213,45). Sum of RGB (Red+Green+Blue) = 21+213+45=279 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.53% from 279); Green value is 213 (83.59% from 255 or 76.34% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 213 - color contains mainly: green. Hex color #15D52D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D52D is #EA2AD2. Grayscale: #888888. Windows color (decimal): -15346387 or 3003669. OLE color: 3003669.
HSL color Cylindrical-coordinate representation of color #15D52D: hue angle of 127.5º 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 #15D52D is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 213 | 45 | - |
| CMYK | 0.90 | 0 | 0.79 | 0.16 |
| HSL | 127.5º | 0.82% | 0.46% | - |
| HSV(B) | 127.5º | 0.9% | 0.84% | - |
| XYZ | 24.58 | 47.94 | 10.44 | - |
| YUV | 136.44 | 76.39 | 45.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 213 | 45 | 0.90 | 0 | 0.79 | 0.16 | 127.5 | 0.82 | 0.46 |
| Hex | 15 | D5 | 2D | 5A | 0 | 4F | 10 | 80 | 52 | 2E |
| Octal | 25 | 325 | 55 | 132 | 0 | 117 | 20 | 200 | 122 | 56 |
| Binary | 10101 | 11010101 | 101101 | 1011010 | 0 | 1001111 | 10000 | 10000000 | 1010010 | 101110 |
Color Harmonies of #15D52D
Complementary color
Monochromatic Colors of #15D52D
Black with #15D52D
Text Example
Text Example
White with #15D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D52D; }
p { color: rgb(21,213,45); }
H1.HeaderClassName
{
color: #15D52D;
}
.AnyTagClassName
{
color: #15D52D;
}
</style>
background-color css
<style>
a { background-color: #15D52D; }
a { background-color: rgb(21,213,45); }
div.DivClassName
{
background-color: #15D52D;
}
.BgClassName
{
background-color: #15D52D;
}
</style>
border-color css
<style>
span { border-color: #15D52D; }
span { border-color: rgb(21,213,45); }
td.TdClassName
{
border-color: #15D52D;
}
.TagClassName
{
border-color: #15D52D;
}
</style>