Shades of Lime Green #18D016
Tints of Lime Green #18D016
RGB
CMYK
RGB Variations
Color information
#18D016 (or 0x18D016) is known color: Lime Green. HEX triplet: 18, D0 and 16. RGB value is (24,208,22). Sum of RGB (Red+Green+Blue) = 24+208+22=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 208 (81.64% from 255 or 81.89% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 208 - color contains mainly: green. Hex color #18D016 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D016 is #E72FE9. Grayscale: #848484. Windows color (decimal): -15151082 or 1495064. OLE color: 1495064.
HSL color Cylindrical-coordinate representation of color #18D016: hue angle of 119.35º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D016 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 208 | 22 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.18 |
| HSL | 119.35º | 0.81% | 0.45% | - |
| HSV(B) | 119.35º | 0.89% | 0.82% | - |
| XYZ | 23.08 | 45.36 | 8.3 | - |
| YUV | 131.78 | 66.04 | 51.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 208 | 22 | 0.88 | 0 | 0.89 | 0.18 | 119.35 | 0.81 | 0.45 |
| Hex | 18 | D0 | 16 | 58 | 0 | 59 | 12 | 77 | 51 | 2D |
| Octal | 30 | 320 | 26 | 130 | 0 | 131 | 22 | 167 | 121 | 55 |
| Binary | 11000 | 11010000 | 10110 | 1011000 | 0 | 1011001 | 10010 | 1110111 | 1010001 | 101101 |
Color Harmonies of #18D016
Complementary color
Monochromatic Colors of #18D016
Black with #18D016
Text Example
Text Example
White with #18D016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D016; }
p { color: rgb(24,208,22); }
H1.HeaderClassName
{
color: #18D016;
}
.AnyTagClassName
{
color: #18D016;
}
</style>
background-color css
<style>
a { background-color: #18D016; }
a { background-color: rgb(24,208,22); }
div.DivClassName
{
background-color: #18D016;
}
.BgClassName
{
background-color: #18D016;
}
</style>
border-color css
<style>
span { border-color: #18D016; }
span { border-color: rgb(24,208,22); }
td.TdClassName
{
border-color: #18D016;
}
.TagClassName
{
border-color: #18D016;
}
</style>