Shades of Lime Green #18DF2F
Tints of Lime Green #18DF2F
RGB
CMYK
RGB Variations
Color information
#18DF2F (or 0x18DF2F) is known color: Lime Green. HEX triplet: 18, DF and 2F. RGB value is (24,223,47). Sum of RGB (Red+Green+Blue) = 24+223+47=294 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.16% from 294); Green value is 223 (87.5% from 255 or 75.85% from 294); Blue value is 47 (18.75% from 255 or 15.99% from 294); Max value from RGB is 223 - color contains mainly: green. Hex color #18DF2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DF2F is #E720D0. Grayscale: #8F8F8F. Windows color (decimal): -15147217 or 3137304. OLE color: 3137304.
HSL color Cylindrical-coordinate representation of color #18DF2F: hue angle of 126.93º 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 #18DF2F is Cyan = 0.89, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 223 | 47 | - |
| CMYK | 0.89 | 0 | 0.79 | 0.13 |
| HSL | 126.93º | 0.81% | 0.48% | - |
| HSV(B) | 126.93º | 0.89% | 0.87% | - |
| XYZ | 27.28 | 53.17 | 11.52 | - |
| YUV | 143.44 | 73.57 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 223 | 47 | 0.89 | 0 | 0.79 | 0.13 | 126.93 | 0.81 | 0.48 |
| Hex | 18 | DF | 2F | 59 | 0 | 4F | D | 7F | 51 | 30 |
| Octal | 30 | 337 | 57 | 131 | 0 | 117 | 15 | 177 | 121 | 60 |
| Binary | 11000 | 11011111 | 101111 | 1011001 | 0 | 1001111 | 1101 | 1111111 | 1010001 | 110000 |
Color Harmonies of #18DF2F
Complementary color
Monochromatic Colors of #18DF2F
Black with #18DF2F
Text Example
Text Example
White with #18DF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DF2F; }
p { color: rgb(24,223,47); }
H1.HeaderClassName
{
color: #18DF2F;
}
.AnyTagClassName
{
color: #18DF2F;
}
</style>
background-color css
<style>
a { background-color: #18DF2F; }
a { background-color: rgb(24,223,47); }
div.DivClassName
{
background-color: #18DF2F;
}
.BgClassName
{
background-color: #18DF2F;
}
</style>
border-color css
<style>
span { border-color: #18DF2F; }
span { border-color: rgb(24,223,47); }
td.TdClassName
{
border-color: #18DF2F;
}
.TagClassName
{
border-color: #18DF2F;
}
</style>