Shades of Lime Green #15DF2D
Tints of Lime Green #15DF2D
RGB
CMYK
RGB Variations
Color information
#15DF2D (or 0x15DF2D) is known color: Lime Green. HEX triplet: 15, DF and 2D. RGB value is (21,223,45). Sum of RGB (Red+Green+Blue) = 21+223+45=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 223 (87.5% from 255 or 77.16% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 223 - color contains mainly: green. Hex color #15DF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DF2D is #EA20D2. Grayscale: #8E8E8E. Windows color (decimal): -15343827 or 3006229. OLE color: 3006229.
HSL color Cylindrical-coordinate representation of color #15DF2D: hue angle of 127.13º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15DF2D is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 223 | 45 | - |
| CMYK | 0.91 | 0 | 0.80 | 0.13 |
| HSL | 127.13º | 0.83% | 0.48% | - |
| HSV(B) | 127.13º | 0.91% | 0.87% | - |
| XYZ | 27.17 | 53.12 | 11.3 | - |
| YUV | 142.31 | 73.08 | 41.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 223 | 45 | 0.91 | 0 | 0.80 | 0.13 | 127.13 | 0.83 | 0.48 |
| Hex | 15 | DF | 2D | 5B | 0 | 50 | D | 7F | 53 | 30 |
| Octal | 25 | 337 | 55 | 133 | 0 | 120 | 15 | 177 | 123 | 60 |
| Binary | 10101 | 11011111 | 101101 | 1011011 | 0 | 1010000 | 1101 | 1111111 | 1010011 | 110000 |
Color Harmonies of #15DF2D
Complementary color
Monochromatic Colors of #15DF2D
Black with #15DF2D
Text Example
Text Example
White with #15DF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DF2D; }
p { color: rgb(21,223,45); }
H1.HeaderClassName
{
color: #15DF2D;
}
.AnyTagClassName
{
color: #15DF2D;
}
</style>
background-color css
<style>
a { background-color: #15DF2D; }
a { background-color: rgb(21,223,45); }
div.DivClassName
{
background-color: #15DF2D;
}
.BgClassName
{
background-color: #15DF2D;
}
</style>
border-color css
<style>
span { border-color: #15DF2D; }
span { border-color: rgb(21,223,45); }
td.TdClassName
{
border-color: #15DF2D;
}
.TagClassName
{
border-color: #15DF2D;
}
</style>