Shades of Lime Green #15D730
Tints of Lime Green #15D730
RGB
CMYK
RGB Variations
Color information
#15D730 (or 0x15D730) is known color: Lime Green. HEX triplet: 15, D7 and 30. RGB value is (21,215,48). Sum of RGB (Red+Green+Blue) = 21+215+48=284 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.39% from 284); Green value is 215 (84.38% from 255 or 75.70% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 215 - color contains mainly: green. Hex color #15D730 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15D730 is #EA28CF. Grayscale: #8A8A8A. Windows color (decimal): -15345872 or 3200789. OLE color: 3200789.
HSL color Cylindrical-coordinate representation of color #15D730: hue angle of 128.35º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #15D730 is Cyan = 0.90, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 21 | 215 | 48 | - |
| CMYK | 0.90 | 0 | 0.78 | 0.16 |
| HSL | 128.35º | 0.82% | 0.46% | - |
| HSV(B) | 128.35º | 0.9% | 0.84% | - |
| XYZ | 25.14 | 48.97 | 10.92 | - |
| YUV | 137.96 | 77.23 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 215 | 48 | 0.90 | 0 | 0.78 | 0.16 | 128.35 | 0.82 | 0.46 |
| Hex | 15 | D7 | 30 | 5A | 0 | 4E | 10 | 80 | 52 | 2E |
| Octal | 25 | 327 | 60 | 132 | 0 | 116 | 20 | 200 | 122 | 56 |
| Binary | 10101 | 11010111 | 110000 | 1011010 | 0 | 1001110 | 10000 | 10000000 | 1010010 | 101110 |
Color Harmonies of #15D730
Complementary color
Monochromatic Colors of #15D730
Black with #15D730
Text Example
Text Example
White with #15D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15D730; }
p { color: rgb(21,215,48); }
H1.HeaderClassName
{
color: #15D730;
}
.AnyTagClassName
{
color: #15D730;
}
</style>
background-color css
<style>
a { background-color: #15D730; }
a { background-color: rgb(21,215,48); }
div.DivClassName
{
background-color: #15D730;
}
.BgClassName
{
background-color: #15D730;
}
</style>
border-color css
<style>
span { border-color: #15D730; }
span { border-color: rgb(21,215,48); }
td.TdClassName
{
border-color: #15D730;
}
.TagClassName
{
border-color: #15D730;
}
</style>