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