Shades of Lime Green #18D219
Tints of Lime Green #18D219
RGB
CMYK
RGB Variations
Color information
#18D219 (or 0x18D219) is known color: Lime Green. HEX triplet: 18, D2 and 19. RGB value is (24,210,25). Sum of RGB (Red+Green+Blue) = 24+210+25=259 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.27% from 259); Green value is 210 (82.42% from 255 or 81.08% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 210 - color contains mainly: green. Hex color #18D219 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18D219 is #E72DE6. Grayscale: #858585. Windows color (decimal): -15150567 or 1692184. OLE color: 1692184.
HSL color Cylindrical-coordinate representation of color #18D219: hue angle of 120.32º 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 #18D219 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 25 | - |
| CMYK | 0.89 | 0 | 0.88 | 0.18 |
| HSL | 120.32º | 0.79% | 0.46% | - |
| HSV(B) | 120.32º | 0.89% | 0.82% | - |
| XYZ | 23.6 | 46.36 | 8.62 | - |
| YUV | 133.3 | 66.88 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 25 | 0.89 | 0 | 0.88 | 0.18 | 120.32 | 0.79 | 0.46 |
| Hex | 18 | D2 | 19 | 59 | 0 | 58 | 12 | 78 | 4F | 2E |
| Octal | 30 | 322 | 31 | 131 | 0 | 130 | 22 | 170 | 117 | 56 |
| Binary | 11000 | 11010010 | 11001 | 1011001 | 0 | 1011000 | 10010 | 1111000 | 1001111 | 101110 |
Color Harmonies of #18D219
Complementary color
Monochromatic Colors of #18D219
Black with #18D219
Text Example
Text Example
White with #18D219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D219; }
p { color: rgb(24,210,25); }
H1.HeaderClassName
{
color: #18D219;
}
.AnyTagClassName
{
color: #18D219;
}
</style>
background-color css
<style>
a { background-color: #18D219; }
a { background-color: rgb(24,210,25); }
div.DivClassName
{
background-color: #18D219;
}
.BgClassName
{
background-color: #18D219;
}
</style>
border-color css
<style>
span { border-color: #18D219; }
span { border-color: rgb(24,210,25); }
td.TdClassName
{
border-color: #18D219;
}
.TagClassName
{
border-color: #18D219;
}
</style>