Shades of Lime Green #18D221
Tints of Lime Green #18D221
RGB
CMYK
RGB Variations
Color information
#18D221 (or 0x18D221) is known color: Lime Green. HEX triplet: 18, D2 and 21. RGB value is (24,210,33). Sum of RGB (Red+Green+Blue) = 24+210+33=267 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.99% from 267); Green value is 210 (82.42% from 255 or 78.65% from 267); Blue value is 33 (13.28% from 255 or 12.36% from 267); Max value from RGB is 210 - color contains mainly: green. Hex color #18D221 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D221 is #E72DDE. Grayscale: #868686. Windows color (decimal): -15150559 or 2216472. OLE color: 2216472.
HSL color Cylindrical-coordinate representation of color #18D221: hue angle of 122.9º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18D221 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 33 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.18 |
| HSL | 122.9º | 0.79% | 0.46% | - |
| HSV(B) | 122.9º | 0.89% | 0.82% | - |
| XYZ | 23.7 | 46.4 | 9.15 | - |
| YUV | 134.21 | 70.88 | 49.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 33 | 0.89 | 0 | 0.84 | 0.18 | 122.9 | 0.79 | 0.46 |
| Hex | 18 | D2 | 21 | 59 | 0 | 54 | 12 | 7B | 4F | 2E |
| Octal | 30 | 322 | 41 | 131 | 0 | 124 | 22 | 173 | 117 | 56 |
| Binary | 11000 | 11010010 | 100001 | 1011001 | 0 | 1010100 | 10010 | 1111011 | 1001111 | 101110 |
Color Harmonies of #18D221
Complementary color
Monochromatic Colors of #18D221
Black with #18D221
Text Example
Text Example
White with #18D221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D221; }
p { color: rgb(24,210,33); }
H1.HeaderClassName
{
color: #18D221;
}
.AnyTagClassName
{
color: #18D221;
}
</style>
background-color css
<style>
a { background-color: #18D221; }
a { background-color: rgb(24,210,33); }
div.DivClassName
{
background-color: #18D221;
}
.BgClassName
{
background-color: #18D221;
}
</style>
border-color css
<style>
span { border-color: #18D221; }
span { border-color: rgb(24,210,33); }
td.TdClassName
{
border-color: #18D221;
}
.TagClassName
{
border-color: #18D221;
}
</style>