Shades of Lime Green #15DA2B
Tints of Lime Green #15DA2B
RGB
CMYK
RGB Variations
Color information
#15DA2B (or 0x15DA2B) is known color: Lime Green. HEX triplet: 15, DA and 2B. RGB value is (21,218,43). Sum of RGB (Red+Green+Blue) = 21+218+43=282 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.45% from 282); Green value is 218 (85.55% from 255 or 77.30% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 218 - color contains mainly: green. Hex color #15DA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15DA2B is #EA25D4. Grayscale: #8B8B8B. Windows color (decimal): -15345109 or 2873877. OLE color: 2873877.
HSL color Cylindrical-coordinate representation of color #15DA2B: hue angle of 126.7º 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 #15DA2B is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 21 | 218 | 43 | - |
| CMYK | 0.90 | 0 | 0.80 | 0.15 |
| HSL | 126.7º | 0.82% | 0.47% | - |
| HSV(B) | 126.7º | 0.9% | 0.85% | - |
| XYZ | 25.82 | 50.48 | 10.67 | - |
| YUV | 139.15 | 73.73 | 43.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 218 | 43 | 0.90 | 0 | 0.80 | 0.15 | 126.7 | 0.82 | 0.47 |
| Hex | 15 | DA | 2B | 5A | 0 | 50 | F | 7F | 52 | 2F |
| Octal | 25 | 332 | 53 | 132 | 0 | 120 | 17 | 177 | 122 | 57 |
| Binary | 10101 | 11011010 | 101011 | 1011010 | 0 | 1010000 | 1111 | 1111111 | 1010010 | 101111 |
Color Harmonies of #15DA2B
Complementary color
Monochromatic Colors of #15DA2B
Black with #15DA2B
Text Example
Text Example
White with #15DA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DA2B; }
p { color: rgb(21,218,43); }
H1.HeaderClassName
{
color: #15DA2B;
}
.AnyTagClassName
{
color: #15DA2B;
}
</style>
background-color css
<style>
a { background-color: #15DA2B; }
a { background-color: rgb(21,218,43); }
div.DivClassName
{
background-color: #15DA2B;
}
.BgClassName
{
background-color: #15DA2B;
}
</style>
border-color css
<style>
span { border-color: #15DA2B; }
span { border-color: rgb(21,218,43); }
td.TdClassName
{
border-color: #15DA2B;
}
.TagClassName
{
border-color: #15DA2B;
}
</style>