Shades of Lime Green #18D121
Tints of Lime Green #18D121
RGB
CMYK
RGB Variations
Color information
#18D121 (or 0x18D121) is known color: Lime Green. HEX triplet: 18, D1 and 21. RGB value is (24,209,33). Sum of RGB (Red+Green+Blue) = 24+209+33=266 (35% of max value = 765). Red value is 24 (9.77% from 255 or 9.02% from 266); Green value is 209 (82.03% from 255 or 78.57% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 209 - color contains mainly: green. Hex color #18D121 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D121 is #E72EDE. Grayscale: #868686. Windows color (decimal): -15150815 or 2216216. OLE color: 2216216.
HSL color Cylindrical-coordinate representation of color #18D121: hue angle of 122.92º 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 #18D121 is Cyan = 0.89, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 209 | 33 | - |
| CMYK | 0.89 | 0 | 0.84 | 0.18 |
| HSL | 122.92º | 0.79% | 0.46% | - |
| HSV(B) | 122.92º | 0.89% | 0.82% | - |
| XYZ | 23.45 | 45.9 | 9.06 | - |
| YUV | 133.62 | 71.21 | 49.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 209 | 33 | 0.89 | 0 | 0.84 | 0.18 | 122.92 | 0.79 | 0.46 |
| Hex | 18 | D1 | 21 | 59 | 0 | 54 | 12 | 7B | 4F | 2E |
| Octal | 30 | 321 | 41 | 131 | 0 | 124 | 22 | 173 | 117 | 56 |
| Binary | 11000 | 11010001 | 100001 | 1011001 | 0 | 1010100 | 10010 | 1111011 | 1001111 | 101110 |
Color Harmonies of #18D121
Complementary color
Monochromatic Colors of #18D121
Black with #18D121
Text Example
Text Example
White with #18D121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D121; }
p { color: rgb(24,209,33); }
H1.HeaderClassName
{
color: #18D121;
}
.AnyTagClassName
{
color: #18D121;
}
</style>
background-color css
<style>
a { background-color: #18D121; }
a { background-color: rgb(24,209,33); }
div.DivClassName
{
background-color: #18D121;
}
.BgClassName
{
background-color: #18D121;
}
</style>
border-color css
<style>
span { border-color: #18D121; }
span { border-color: rgb(24,209,33); }
td.TdClassName
{
border-color: #18D121;
}
.TagClassName
{
border-color: #18D121;
}
</style>