Shades of Lime Green #15DD2D
Tints of Lime Green #15DD2D
RGB
CMYK
RGB Variations
Color information
#15DD2D (or 0x15DD2D) is known color: Lime Green. HEX triplet: 15, DD and 2D. RGB value is (21,221,45). Sum of RGB (Red+Green+Blue) = 21+221+45=287 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.32% from 287); Green value is 221 (86.72% from 255 or 77.00% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 221 - color contains mainly: green. Hex color #15DD2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DD2D is #EA22D2. Grayscale: #8D8D8D. Windows color (decimal): -15344339 or 3005717. OLE color: 3005717.
HSL color Cylindrical-coordinate representation of color #15DD2D: hue angle of 127.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DD2D is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 221 | 45 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.13 |
| HSL | 127.2º | 0.83% | 0.47% | - |
| HSV(B) | 127.2º | 0.9% | 0.87% | - |
| XYZ | 26.64 | 52.06 | 11.13 | - |
| YUV | 141.14 | 73.74 | 42.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 221 | 45 | 0.90 | 0 | 0.80 | 0.13 | 127.2 | 0.83 | 0.47 |
| Hex | 15 | DD | 2D | 5A | 0 | 50 | D | 7F | 53 | 2F |
| Octal | 25 | 335 | 55 | 132 | 0 | 120 | 15 | 177 | 123 | 57 |
| Binary | 10101 | 11011101 | 101101 | 1011010 | 0 | 1010000 | 1101 | 1111111 | 1010011 | 101111 |
Color Harmonies of #15DD2D
Complementary color
Monochromatic Colors of #15DD2D
Black with #15DD2D
Text Example
Text Example
White with #15DD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DD2D; }
p { color: rgb(21,221,45); }
H1.HeaderClassName
{
color: #15DD2D;
}
.AnyTagClassName
{
color: #15DD2D;
}
</style>
background-color css
<style>
a { background-color: #15DD2D; }
a { background-color: rgb(21,221,45); }
div.DivClassName
{
background-color: #15DD2D;
}
.BgClassName
{
background-color: #15DD2D;
}
</style>
border-color css
<style>
span { border-color: #15DD2D; }
span { border-color: rgb(21,221,45); }
td.TdClassName
{
border-color: #15DD2D;
}
.TagClassName
{
border-color: #15DD2D;
}
</style>