Shades of Lime Green #18D532
Tints of Lime Green #18D532
RGB
CMYK
RGB Variations
Color information
#18D532 (or 0x18D532) is known color: Lime Green. HEX triplet: 18, D5 and 32. RGB value is (24,213,50). Sum of RGB (Red+Green+Blue) = 24+213+50=287 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.36% from 287); Green value is 213 (83.59% from 255 or 74.22% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 213 - color contains mainly: green. Hex color #18D532 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D532 is #E72ACD. Grayscale: #8A8A8A. Windows color (decimal): -15149774 or 3331352. OLE color: 3331352.
HSL color Cylindrical-coordinate representation of color #18D532: hue angle of 128.25º 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 #18D532 is Cyan = 0.89, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 24 | 213 | 50 | - |
| CMYK | 0.89 | 0 | 0.77 | 0.16 |
| HSL | 128.25º | 0.8% | 0.46% | - |
| HSV(B) | 128.25º | 0.89% | 0.84% | - |
| XYZ | 24.75 | 48.01 | 10.98 | - |
| YUV | 137.91 | 78.38 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 213 | 50 | 0.89 | 0 | 0.77 | 0.16 | 128.25 | 0.8 | 0.46 |
| Hex | 18 | D5 | 32 | 59 | 0 | 4D | 10 | 80 | 50 | 2E |
| Octal | 30 | 325 | 62 | 131 | 0 | 115 | 20 | 200 | 120 | 56 |
| Binary | 11000 | 11010101 | 110010 | 1011001 | 0 | 1001101 | 10000 | 10000000 | 1010000 | 101110 |
Color Harmonies of #18D532
Complementary color
Monochromatic Colors of #18D532
Black with #18D532
Text Example
Text Example
White with #18D532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D532; }
p { color: rgb(24,213,50); }
H1.HeaderClassName
{
color: #18D532;
}
.AnyTagClassName
{
color: #18D532;
}
</style>
background-color css
<style>
a { background-color: #18D532; }
a { background-color: rgb(24,213,50); }
div.DivClassName
{
background-color: #18D532;
}
.BgClassName
{
background-color: #18D532;
}
</style>
border-color css
<style>
span { border-color: #18D532; }
span { border-color: rgb(24,213,50); }
td.TdClassName
{
border-color: #18D532;
}
.TagClassName
{
border-color: #18D532;
}
</style>