Shades of Lime Green #18E331
Tints of Lime Green #18E331
RGB
CMYK
RGB Variations
Color information
#18E331 (or 0x18E331) is known color: Lime Green. HEX triplet: 18, E3 and 31. RGB value is (24,227,49). Sum of RGB (Red+Green+Blue) = 24+227+49=300 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8% from 300); Green value is 227 (89.06% from 255 or 75.67% from 300); Blue value is 49 (19.53% from 255 or 16.33% from 300); Max value from RGB is 227 - color contains mainly: green. Hex color #18E331 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18E331 is #E71CCE. Grayscale: #929292. Windows color (decimal): -15146191 or 3269400. OLE color: 3269400.
HSL color Cylindrical-coordinate representation of color #18E331: hue angle of 127.39º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18E331 is Cyan = 0.89, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 24 | 227 | 49 | - |
| CMYK | 0.89 | 0 | 0.78 | 0.11 |
| HSL | 127.39º | 0.81% | 0.49% | - |
| HSV(B) | 127.39º | 0.89% | 0.89% | - |
| XYZ | 28.4 | 55.35 | 12.09 | - |
| YUV | 146.01 | 73.25 | 40.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 227 | 49 | 0.89 | 0 | 0.78 | 0.11 | 127.39 | 0.81 | 0.49 |
| Hex | 18 | E3 | 31 | 59 | 0 | 4E | B | 7F | 51 | 31 |
| Octal | 30 | 343 | 61 | 131 | 0 | 116 | 13 | 177 | 121 | 61 |
| Binary | 11000 | 11100011 | 110001 | 1011001 | 0 | 1001110 | 1011 | 1111111 | 1010001 | 110001 |
Color Harmonies of #18E331
Complementary color
Monochromatic Colors of #18E331
Black with #18E331
Text Example
Text Example
White with #18E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18E331; }
p { color: rgb(24,227,49); }
H1.HeaderClassName
{
color: #18E331;
}
.AnyTagClassName
{
color: #18E331;
}
</style>
background-color css
<style>
a { background-color: #18E331; }
a { background-color: rgb(24,227,49); }
div.DivClassName
{
background-color: #18E331;
}
.BgClassName
{
background-color: #18E331;
}
</style>
border-color css
<style>
span { border-color: #18E331; }
span { border-color: rgb(24,227,49); }
td.TdClassName
{
border-color: #18E331;
}
.TagClassName
{
border-color: #18E331;
}
</style>