Shades of Lime Green #15DA2C
Tints of Lime Green #15DA2C
RGB
CMYK
RGB Variations
Color information
#15DA2C (or 0x15DA2C) is known color: Lime Green. HEX triplet: 15, DA and 2C. RGB value is (21,218,44). Sum of RGB (Red+Green+Blue) = 21+218+44=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #15DA2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DA2C is #EA25D3. Grayscale: #8B8B8B. Windows color (decimal): -15345108 or 2939413. OLE color: 2939413.
HSL color Cylindrical-coordinate representation of color #15DA2C: hue angle of 127.01º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15DA2C is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 218 | 44 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.15 |
| HSL | 127.01º | 0.82% | 0.47% | - |
| HSV(B) | 127.01º | 0.9% | 0.85% | - |
| XYZ | 25.84 | 50.48 | 10.77 | - |
| YUV | 139.26 | 74.23 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 44 | 0.90 | 0 | 0.80 | 0.15 | 127.01 | 0.82 | 0.47 |
| Hex | 15 | DA | 2C | 5A | 0 | 50 | F | 7F | 52 | 2F |
| Octal | 25 | 332 | 54 | 132 | 0 | 120 | 17 | 177 | 122 | 57 |
| Binary | 10101 | 11011010 | 101100 | 1011010 | 0 | 1010000 | 1111 | 1111111 | 1010010 | 101111 |
Color Harmonies of #15DA2C
Complementary color
Monochromatic Colors of #15DA2C
Black with #15DA2C
Text Example
Text Example
White with #15DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DA2C; }
p { color: rgb(21,218,44); }
H1.HeaderClassName
{
color: #15DA2C;
}
.AnyTagClassName
{
color: #15DA2C;
}
</style>
background-color css
<style>
a { background-color: #15DA2C; }
a { background-color: rgb(21,218,44); }
div.DivClassName
{
background-color: #15DA2C;
}
.BgClassName
{
background-color: #15DA2C;
}
</style>
border-color css
<style>
span { border-color: #15DA2C; }
span { border-color: rgb(21,218,44); }
td.TdClassName
{
border-color: #15DA2C;
}
.TagClassName
{
border-color: #15DA2C;
}
</style>