Shades of Lime Green #15DE2E
Tints of Lime Green #15DE2E
RGB
CMYK
RGB Variations
Color information
#15DE2E (or 0x15DE2E) is known color: Lime Green. HEX triplet: 15, DE and 2E. RGB value is (21,222,46). Sum of RGB (Red+Green+Blue) = 21+222+46=289 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.27% from 289); Green value is 222 (87.11% from 255 or 76.82% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 222 - color contains mainly: green. Hex color #15DE2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DE2E is #EA21D1. Grayscale: #8E8E8E. Windows color (decimal): -15344082 or 3071509. OLE color: 3071509.
HSL color Cylindrical-coordinate representation of color #15DE2E: hue angle of 127.46º 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 #15DE2E is Cyan = 0.91, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 222 | 46 | - |
| CMYK | 0.91 | 0 | 0.79 | 0.13 |
| HSL | 127.46º | 0.83% | 0.48% | - |
| HSV(B) | 127.46º | 0.91% | 0.87% | - |
| XYZ | 26.92 | 52.6 | 11.32 | - |
| YUV | 141.84 | 73.91 | 41.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 46 | 0.91 | 0 | 0.79 | 0.13 | 127.46 | 0.83 | 0.48 |
| Hex | 15 | DE | 2E | 5B | 0 | 4F | D | 7F | 53 | 30 |
| Octal | 25 | 336 | 56 | 133 | 0 | 117 | 15 | 177 | 123 | 60 |
| Binary | 10101 | 11011110 | 101110 | 1011011 | 0 | 1001111 | 1101 | 1111111 | 1010011 | 110000 |
Color Harmonies of #15DE2E
Complementary color
Monochromatic Colors of #15DE2E
Black with #15DE2E
Text Example
Text Example
White with #15DE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DE2E; }
p { color: rgb(21,222,46); }
H1.HeaderClassName
{
color: #15DE2E;
}
.AnyTagClassName
{
color: #15DE2E;
}
</style>
background-color css
<style>
a { background-color: #15DE2E; }
a { background-color: rgb(21,222,46); }
div.DivClassName
{
background-color: #15DE2E;
}
.BgClassName
{
background-color: #15DE2E;
}
</style>
border-color css
<style>
span { border-color: #15DE2E; }
span { border-color: rgb(21,222,46); }
td.TdClassName
{
border-color: #15DE2E;
}
.TagClassName
{
border-color: #15DE2E;
}
</style>