Shades of Lime Green #18D316
Tints of Lime Green #18D316
RGB
CMYK
RGB Variations
Color information
#18D316 (or 0x18D316) is known color: Lime Green. HEX triplet: 18, D3 and 16. RGB value is (24,211,22). Sum of RGB (Red+Green+Blue) = 24+211+22=257 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.34% from 257); Green value is 211 (82.81% from 255 or 82.10% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 211 - color contains mainly: green. Hex color #18D316 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D316 is #E72CE9. Grayscale: #868686. Windows color (decimal): -15150314 or 1495832. OLE color: 1495832.
HSL color Cylindrical-coordinate representation of color #18D316: hue angle of 119.37º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18D316 is Cyan = 0.89, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 24 | 211 | 22 | - |
| CMYK | 0.89 | 0 | 0.90 | 0.17 |
| HSL | 119.37º | 0.81% | 0.46% | - |
| HSV(B) | 119.37º | 0.9% | 0.83% | - |
| XYZ | 23.82 | 46.84 | 8.54 | - |
| YUV | 133.54 | 65.05 | 49.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 211 | 22 | 0.89 | 0 | 0.90 | 0.17 | 119.37 | 0.81 | 0.46 |
| Hex | 18 | D3 | 16 | 59 | 0 | 5A | 11 | 77 | 51 | 2E |
| Octal | 30 | 323 | 26 | 131 | 0 | 132 | 21 | 167 | 121 | 56 |
| Binary | 11000 | 11010011 | 10110 | 1011001 | 0 | 1011010 | 10001 | 1110111 | 1010001 | 101110 |
Color Harmonies of #18D316
Complementary color
Monochromatic Colors of #18D316
Black with #18D316
Text Example
Text Example
White with #18D316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D316; }
p { color: rgb(24,211,22); }
H1.HeaderClassName
{
color: #18D316;
}
.AnyTagClassName
{
color: #18D316;
}
</style>
background-color css
<style>
a { background-color: #18D316; }
a { background-color: rgb(24,211,22); }
div.DivClassName
{
background-color: #18D316;
}
.BgClassName
{
background-color: #18D316;
}
</style>
border-color css
<style>
span { border-color: #18D316; }
span { border-color: rgb(24,211,22); }
td.TdClassName
{
border-color: #18D316;
}
.TagClassName
{
border-color: #18D316;
}
</style>