Shades of Lime Green #18D524
Tints of Lime Green #18D524
RGB
CMYK
RGB Variations
Color information
#18D524 (or 0x18D524) is known color: Lime Green. HEX triplet: 18, D5 and 24. RGB value is (24,213,36). Sum of RGB (Red+Green+Blue) = 24+213+36=273 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.79% from 273); Green value is 213 (83.59% from 255 or 78.02% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 213 - color contains mainly: green. Hex color #18D524 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D524 is #E72ADB. Grayscale: #888888. Windows color (decimal): -15149788 or 2413848. OLE color: 2413848.
HSL color Cylindrical-coordinate representation of color #18D524: hue angle of 123.81º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D524 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 36 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.16 |
| HSL | 123.81º | 0.8% | 0.46% | - |
| HSV(B) | 123.81º | 0.89% | 0.84% | - |
| XYZ | 24.49 | 47.91 | 9.63 | - |
| YUV | 136.31 | 71.38 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 36 | 0.89 | 0 | 0.83 | 0.16 | 123.81 | 0.8 | 0.46 |
| Hex | 18 | D5 | 24 | 59 | 0 | 53 | 10 | 7C | 50 | 2E |
| Octal | 30 | 325 | 44 | 131 | 0 | 123 | 20 | 174 | 120 | 56 |
| Binary | 11000 | 11010101 | 100100 | 1011001 | 0 | 1010011 | 10000 | 1111100 | 1010000 | 101110 |
Color Harmonies of #18D524
Complementary color
Monochromatic Colors of #18D524
Black with #18D524
Text Example
Text Example
White with #18D524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D524; }
p { color: rgb(24,213,36); }
H1.HeaderClassName
{
color: #18D524;
}
.AnyTagClassName
{
color: #18D524;
}
</style>
background-color css
<style>
a { background-color: #18D524; }
a { background-color: rgb(24,213,36); }
div.DivClassName
{
background-color: #18D524;
}
.BgClassName
{
background-color: #18D524;
}
</style>
border-color css
<style>
span { border-color: #18D524; }
span { border-color: rgb(24,213,36); }
td.TdClassName
{
border-color: #18D524;
}
.TagClassName
{
border-color: #18D524;
}
</style>