Shades of Lime Green #18C215
Tints of Lime Green #18C215
RGB
CMYK
RGB Variations
Color information
#18C215 (or 0x18C215) is known color: Lime Green. HEX triplet: 18, C2 and 15. RGB value is (24,194,21). Sum of RGB (Red+Green+Blue) = 24+194+21=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 194 (76.17% from 255 or 81.17% from 239); Blue value is 21 (8.59% from 255 or 8.79% from 239); Max value from RGB is 194 - color contains mainly: green. Hex color #18C215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C215 is #E73DEA. Grayscale: #7B7B7B. Windows color (decimal): -15154667 or 1425944. OLE color: 1425944.
HSL color Cylindrical-coordinate representation of color #18C215: hue angle of 118.96º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18C215 is Cyan = 0.88, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 21 | - |
| CMYK | 0.88 | 0 | 0.89 | 0.24 |
| HSL | 118.96º | 0.8% | 0.42% | - |
| HSV(B) | 118.96º | 0.89% | 0.76% | - |
| XYZ | 19.8 | 38.83 | 7.16 | - |
| YUV | 123.45 | 70.18 | 57.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 21 | 0.88 | 0 | 0.89 | 0.24 | 118.96 | 0.8 | 0.42 |
| Hex | 18 | C2 | 15 | 58 | 0 | 59 | 18 | 77 | 50 | 2A |
| Octal | 30 | 302 | 25 | 130 | 0 | 131 | 30 | 167 | 120 | 52 |
| Binary | 11000 | 11000010 | 10101 | 1011000 | 0 | 1011001 | 11000 | 1110111 | 1010000 | 101010 |
Color Harmonies of #18C215
Complementary color
Monochromatic Colors of #18C215
Black with #18C215
Text Example
Text Example
White with #18C215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C215; }
p { color: rgb(24,194,21); }
H1.HeaderClassName
{
color: #18C215;
}
.AnyTagClassName
{
color: #18C215;
}
</style>
background-color css
<style>
a { background-color: #18C215; }
a { background-color: rgb(24,194,21); }
div.DivClassName
{
background-color: #18C215;
}
.BgClassName
{
background-color: #18C215;
}
</style>
border-color css
<style>
span { border-color: #18C215; }
span { border-color: rgb(24,194,21); }
td.TdClassName
{
border-color: #18C215;
}
.TagClassName
{
border-color: #18C215;
}
</style>