Shades of Lime Green #18DD32
Tints of Lime Green #18DD32
RGB
CMYK
RGB Variations
Color information
#18DD32 (or 0x18DD32) is known color: Lime Green. HEX triplet: 18, DD and 32. RGB value is (24,221,50). Sum of RGB (Red+Green+Blue) = 24+221+50=295 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.14% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 50 (19.92% from 255 or 16.95% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #18DD32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18DD32 is #E722CD. Grayscale: #8F8F8F. Windows color (decimal): -15147726 or 3333400. OLE color: 3333400.
HSL color Cylindrical-coordinate representation of color #18DD32: hue angle of 127.92º 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 #18DD32 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 221 | 50 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.13 |
| HSL | 127.92º | 0.8% | 0.48% | - |
| HSV(B) | 127.92º | 0.89% | 0.87% | - |
| XYZ | 26.81 | 52.14 | 11.67 | - |
| YUV | 142.6 | 75.73 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 221 | 50 | 0.89 | 0 | 0.77 | 0.13 | 127.92 | 0.8 | 0.48 |
| Hex | 18 | DD | 32 | 59 | 0 | 4D | D | 80 | 50 | 30 |
| Octal | 30 | 335 | 62 | 131 | 0 | 115 | 15 | 200 | 120 | 60 |
| Binary | 11000 | 11011101 | 110010 | 1011001 | 0 | 1001101 | 1101 | 10000000 | 1010000 | 110000 |
Color Harmonies of #18DD32
Complementary color
Monochromatic Colors of #18DD32
Black with #18DD32
Text Example
Text Example
White with #18DD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18DD32; }
p { color: rgb(24,221,50); }
H1.HeaderClassName
{
color: #18DD32;
}
.AnyTagClassName
{
color: #18DD32;
}
</style>
background-color css
<style>
a { background-color: #18DD32; }
a { background-color: rgb(24,221,50); }
div.DivClassName
{
background-color: #18DD32;
}
.BgClassName
{
background-color: #18DD32;
}
</style>
border-color css
<style>
span { border-color: #18DD32; }
span { border-color: rgb(24,221,50); }
td.TdClassName
{
border-color: #18DD32;
}
.TagClassName
{
border-color: #18DD32;
}
</style>