Shades of Lime Green #18DF2E
Tints of Lime Green #18DF2E
RGB
CMYK
RGB Variations
Color information
#18DF2E (or 0x18DF2E) is known color: Lime Green. HEX triplet: 18, DF and 2E. RGB value is (24,223,46). Sum of RGB (Red+Green+Blue) = 24+223+46=293 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.19% from 293); Green value is 223 (87.5% from 255 or 76.11% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 223 - color contains mainly: green. Hex color #18DF2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DF2E is #E720D1. Grayscale: #8F8F8F. Windows color (decimal): -15147218 or 3071768. OLE color: 3071768.
HSL color Cylindrical-coordinate representation of color #18DF2E: hue angle of 126.63º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18DF2E is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 46 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.13 |
| HSL | 126.63º | 0.81% | 0.48% | - |
| HSV(B) | 126.63º | 0.89% | 0.87% | - |
| XYZ | 27.26 | 53.17 | 11.41 | - |
| YUV | 143.32 | 73.07 | 42.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 46 | 0.89 | 0 | 0.79 | 0.13 | 126.63 | 0.81 | 0.48 |
| Hex | 18 | DF | 2E | 59 | 0 | 4F | D | 7F | 51 | 30 |
| Octal | 30 | 337 | 56 | 131 | 0 | 117 | 15 | 177 | 121 | 60 |
| Binary | 11000 | 11011111 | 101110 | 1011001 | 0 | 1001111 | 1101 | 1111111 | 1010001 | 110000 |
Color Harmonies of #18DF2E
Complementary color
Monochromatic Colors of #18DF2E
Black with #18DF2E
Text Example
Text Example
White with #18DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DF2E; }
p { color: rgb(24,223,46); }
H1.HeaderClassName
{
color: #18DF2E;
}
.AnyTagClassName
{
color: #18DF2E;
}
</style>
background-color css
<style>
a { background-color: #18DF2E; }
a { background-color: rgb(24,223,46); }
div.DivClassName
{
background-color: #18DF2E;
}
.BgClassName
{
background-color: #18DF2E;
}
</style>
border-color css
<style>
span { border-color: #18DF2E; }
span { border-color: rgb(24,223,46); }
td.TdClassName
{
border-color: #18DF2E;
}
.TagClassName
{
border-color: #18DF2E;
}
</style>