Shades of Lime Green #18DE31
Tints of Lime Green #18DE31
RGB
CMYK
RGB Variations
Color information
#18DE31 (or 0x18DE31) is known color: Lime Green. HEX triplet: 18, DE and 31. RGB value is (24,222,49). Sum of RGB (Red+Green+Blue) = 24+222+49=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 222 (87.11% from 255 or 75.25% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 222 - color contains mainly: green. Hex color #18DE31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DE31 is #E721CE. Grayscale: #8F8F8F. Windows color (decimal): -15147471 or 3268120. OLE color: 3268120.
HSL color Cylindrical-coordinate representation of color #18DE31: hue angle of 127.58º degrees, saturation: 0.8, 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 #18DE31 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 222 | 49 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.13 |
| HSL | 127.58º | 0.8% | 0.48% | - |
| HSV(B) | 127.58º | 0.89% | 0.87% | - |
| XYZ | 27.05 | 52.66 | 11.64 | - |
| YUV | 143.08 | 74.9 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 222 | 49 | 0.89 | 0 | 0.78 | 0.13 | 127.58 | 0.8 | 0.48 |
| Hex | 18 | DE | 31 | 59 | 0 | 4E | D | 80 | 50 | 30 |
| Octal | 30 | 336 | 61 | 131 | 0 | 116 | 15 | 200 | 120 | 60 |
| Binary | 11000 | 11011110 | 110001 | 1011001 | 0 | 1001110 | 1101 | 10000000 | 1010000 | 110000 |
Color Harmonies of #18DE31
Complementary color
Monochromatic Colors of #18DE31
Black with #18DE31
Text Example
Text Example
White with #18DE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DE31; }
p { color: rgb(24,222,49); }
H1.HeaderClassName
{
color: #18DE31;
}
.AnyTagClassName
{
color: #18DE31;
}
</style>
background-color css
<style>
a { background-color: #18DE31; }
a { background-color: rgb(24,222,49); }
div.DivClassName
{
background-color: #18DE31;
}
.BgClassName
{
background-color: #18DE31;
}
</style>
border-color css
<style>
span { border-color: #18DE31; }
span { border-color: rgb(24,222,49); }
td.TdClassName
{
border-color: #18DE31;
}
.TagClassName
{
border-color: #18DE31;
}
</style>