Shades of Lime Green #15DE28
Tints of Lime Green #15DE28
RGB
CMYK
RGB Variations
Color information
#15DE28 (or 0x15DE28) is known color: Lime Green. HEX triplet: 15, DE and 28. RGB value is (21,222,40). Sum of RGB (Red+Green+Blue) = 21+222+40=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 222 (87.11% from 255 or 78.45% from 283); Blue value is 40 (16.02% from 255 or 14.13% from 283); Max value from RGB is 222 - color contains mainly: green. Hex color #15DE28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DE28 is #EA21D7. Grayscale: #8D8D8D. Windows color (decimal): -15344088 or 2678293. OLE color: 2678293.
HSL color Cylindrical-coordinate representation of color #15DE28: hue angle of 125.67º 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 #15DE28 is Cyan = 0.91, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 21 | 222 | 40 | - |
| CMYK | 0.91 | 0 | 0.82 | 0.13 |
| HSL | 125.67º | 0.83% | 0.48% | - |
| HSV(B) | 125.67º | 0.91% | 0.87% | - |
| XYZ | 26.81 | 52.56 | 10.74 | - |
| YUV | 141.15 | 70.91 | 42.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 222 | 40 | 0.91 | 0 | 0.82 | 0.13 | 125.67 | 0.83 | 0.48 |
| Hex | 15 | DE | 28 | 5B | 0 | 52 | D | 7E | 53 | 30 |
| Octal | 25 | 336 | 50 | 133 | 0 | 122 | 15 | 176 | 123 | 60 |
| Binary | 10101 | 11011110 | 101000 | 1011011 | 0 | 1010010 | 1101 | 1111110 | 1010011 | 110000 |
Color Harmonies of #15DE28
Complementary color
Monochromatic Colors of #15DE28
Black with #15DE28
Text Example
Text Example
White with #15DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DE28; }
p { color: rgb(21,222,40); }
H1.HeaderClassName
{
color: #15DE28;
}
.AnyTagClassName
{
color: #15DE28;
}
</style>
background-color css
<style>
a { background-color: #15DE28; }
a { background-color: rgb(21,222,40); }
div.DivClassName
{
background-color: #15DE28;
}
.BgClassName
{
background-color: #15DE28;
}
</style>
border-color css
<style>
span { border-color: #15DE28; }
span { border-color: rgb(21,222,40); }
td.TdClassName
{
border-color: #15DE28;
}
.TagClassName
{
border-color: #15DE28;
}
</style>