Shades of Lime Green #18C224
Tints of Lime Green #18C224
RGB
CMYK
RGB Variations
Color information
#18C224 (or 0x18C224) is known color: Lime Green. HEX triplet: 18, C2 and 24. RGB value is (24,194,36). Sum of RGB (Red+Green+Blue) = 24+194+36=254 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.45% from 254); Green value is 194 (76.17% from 255 or 76.38% from 254); Blue value is 36 (14.45% from 255 or 14.17% from 254); Max value from RGB is 194 - color contains mainly: green. Hex color #18C224 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C224 is #E73DDB. Grayscale: #7D7D7D. Windows color (decimal): -15154652 or 2408984. OLE color: 2408984.
HSL color Cylindrical-coordinate representation of color #18C224: hue angle of 124.24º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C224 is Cyan = 0.88, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 36 | - |
| CMYK | 0.88 | 0 | 0.81 | 0.24 |
| HSL | 124.24º | 0.78% | 0.43% | - |
| HSV(B) | 124.24º | 0.88% | 0.76% | - |
| XYZ | 19.99 | 38.91 | 8.13 | - |
| YUV | 125.16 | 77.68 | 55.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 36 | 0.88 | 0 | 0.81 | 0.24 | 124.24 | 0.78 | 0.43 |
| Hex | 18 | C2 | 24 | 58 | 0 | 51 | 18 | 7C | 4E | 2B |
| Octal | 30 | 302 | 44 | 130 | 0 | 121 | 30 | 174 | 116 | 53 |
| Binary | 11000 | 11000010 | 100100 | 1011000 | 0 | 1010001 | 11000 | 1111100 | 1001110 | 101011 |
Color Harmonies of #18C224
Complementary color
Monochromatic Colors of #18C224
Black with #18C224
Text Example
Text Example
White with #18C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C224; }
p { color: rgb(24,194,36); }
H1.HeaderClassName
{
color: #18C224;
}
.AnyTagClassName
{
color: #18C224;
}
</style>
background-color css
<style>
a { background-color: #18C224; }
a { background-color: rgb(24,194,36); }
div.DivClassName
{
background-color: #18C224;
}
.BgClassName
{
background-color: #18C224;
}
</style>
border-color css
<style>
span { border-color: #18C224; }
span { border-color: rgb(24,194,36); }
td.TdClassName
{
border-color: #18C224;
}
.TagClassName
{
border-color: #18C224;
}
</style>