Shades of Lime Green #18E032
Tints of Lime Green #18E032
RGB
CMYK
RGB Variations
Color information
#18E032 (or 0x18E032) is known color: Lime Green. HEX triplet: 18, E0 and 32. RGB value is (24,224,50). Sum of RGB (Red+Green+Blue) = 24+224+50=298 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.05% from 298); Green value is 224 (87.89% from 255 or 75.17% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 224 - color contains mainly: green. Hex color #18E032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E032 is #E71FCD. Grayscale: #909090. Windows color (decimal): -15146958 or 3334168. OLE color: 3334168.
HSL color Cylindrical-coordinate representation of color #18E032: hue angle of 127.8º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E032 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 224 | 50 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.12 |
| HSL | 127.8º | 0.81% | 0.49% | - |
| HSV(B) | 127.8º | 0.89% | 0.88% | - |
| XYZ | 27.61 | 53.74 | 11.93 | - |
| YUV | 144.36 | 74.74 | 42.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 50 | 0.89 | 0 | 0.78 | 0.12 | 127.8 | 0.81 | 0.49 |
| Hex | 18 | E0 | 32 | 59 | 0 | 4E | C | 80 | 51 | 31 |
| Octal | 30 | 340 | 62 | 131 | 0 | 116 | 14 | 200 | 121 | 61 |
| Binary | 11000 | 11100000 | 110010 | 1011001 | 0 | 1001110 | 1100 | 10000000 | 1010001 | 110001 |
Color Harmonies of #18E032
Complementary color
Monochromatic Colors of #18E032
Black with #18E032
Text Example
Text Example
White with #18E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E032; }
p { color: rgb(24,224,50); }
H1.HeaderClassName
{
color: #18E032;
}
.AnyTagClassName
{
color: #18E032;
}
</style>
background-color css
<style>
a { background-color: #18E032; }
a { background-color: rgb(24,224,50); }
div.DivClassName
{
background-color: #18E032;
}
.BgClassName
{
background-color: #18E032;
}
</style>
border-color css
<style>
span { border-color: #18E032; }
span { border-color: rgb(24,224,50); }
td.TdClassName
{
border-color: #18E032;
}
.TagClassName
{
border-color: #18E032;
}
</style>