Shades of Lime Green #18E033
Tints of Lime Green #18E033
RGB
CMYK
RGB Variations
Color information
#18E033 (or 0x18E033) is known color: Lime Green. HEX triplet: 18, E0 and 33. RGB value is (24,224,51). Sum of RGB (Red+Green+Blue) = 24+224+51=299 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.03% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #18E033 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E033 is #E71FCC. Grayscale: #909090. Windows color (decimal): -15146957 or 3399704. OLE color: 3399704.
HSL color Cylindrical-coordinate representation of color #18E033: hue angle of 128.1º 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 #18E033 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 24 | 224 | 51 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.12 |
| HSL | 128.1º | 0.81% | 0.49% | - |
| HSV(B) | 128.1º | 0.89% | 0.88% | - |
| XYZ | 27.63 | 53.74 | 12.05 | - |
| YUV | 144.48 | 75.24 | 42.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 224 | 51 | 0.89 | 0 | 0.77 | 0.12 | 128.1 | 0.81 | 0.49 |
| Hex | 18 | E0 | 33 | 59 | 0 | 4D | C | 80 | 51 | 31 |
| Octal | 30 | 340 | 63 | 131 | 0 | 115 | 14 | 200 | 121 | 61 |
| Binary | 11000 | 11100000 | 110011 | 1011001 | 0 | 1001101 | 1100 | 10000000 | 1010001 | 110001 |
Color Harmonies of #18E033
Complementary color
Monochromatic Colors of #18E033
Black with #18E033
Text Example
Text Example
White with #18E033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E033; }
p { color: rgb(24,224,51); }
H1.HeaderClassName
{
color: #18E033;
}
.AnyTagClassName
{
color: #18E033;
}
</style>
background-color css
<style>
a { background-color: #18E033; }
a { background-color: rgb(24,224,51); }
div.DivClassName
{
background-color: #18E033;
}
.BgClassName
{
background-color: #18E033;
}
</style>
border-color css
<style>
span { border-color: #18E033; }
span { border-color: rgb(24,224,51); }
td.TdClassName
{
border-color: #18E033;
}
.TagClassName
{
border-color: #18E033;
}
</style>