Shades of Lime Green #18D520
Tints of Lime Green #18D520
RGB
CMYK
RGB Variations
Color information
#18D520 (or 0x18D520) is known color: Lime Green. HEX triplet: 18, D5 and 20. RGB value is (24,213,32). Sum of RGB (Red+Green+Blue) = 24+213+32=269 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.92% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 32 (12.89% from 255 or 11.90% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #18D520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D520 is #E72ADF. Grayscale: #888888. Windows color (decimal): -15149792 or 2151704. OLE color: 2151704.
HSL color Cylindrical-coordinate representation of color #18D520: hue angle of 122.54º 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 #18D520 is Cyan = 0.89, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 32 | - |
| CMYK | 0.89 | 0 | 0.85 | 0.16 |
| HSL | 122.54º | 0.8% | 0.46% | - |
| HSV(B) | 122.54º | 0.89% | 0.84% | - |
| XYZ | 24.43 | 47.89 | 9.32 | - |
| YUV | 135.86 | 69.38 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 32 | 0.89 | 0 | 0.85 | 0.16 | 122.54 | 0.8 | 0.46 |
| Hex | 18 | D5 | 20 | 59 | 0 | 55 | 10 | 7B | 50 | 2E |
| Octal | 30 | 325 | 40 | 131 | 0 | 125 | 20 | 173 | 120 | 56 |
| Binary | 11000 | 11010101 | 100000 | 1011001 | 0 | 1010101 | 10000 | 1111011 | 1010000 | 101110 |
Color Harmonies of #18D520
Complementary color
Monochromatic Colors of #18D520
Black with #18D520
Text Example
Text Example
White with #18D520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D520; }
p { color: rgb(24,213,32); }
H1.HeaderClassName
{
color: #18D520;
}
.AnyTagClassName
{
color: #18D520;
}
</style>
background-color css
<style>
a { background-color: #18D520; }
a { background-color: rgb(24,213,32); }
div.DivClassName
{
background-color: #18D520;
}
.BgClassName
{
background-color: #18D520;
}
</style>
border-color css
<style>
span { border-color: #18D520; }
span { border-color: rgb(24,213,32); }
td.TdClassName
{
border-color: #18D520;
}
.TagClassName
{
border-color: #18D520;
}
</style>