Shades of Lime Green #18D224
Tints of Lime Green #18D224
RGB
CMYK
RGB Variations
Color information
#18D224 (or 0x18D224) is known color: Lime Green. HEX triplet: 18, D2 and 24. RGB value is (24,210,36). Sum of RGB (Red+Green+Blue) = 24+210+36=270 (35% of max value = 765). Red value is 24 (9.77% from 255 or 8.89% from 270); Green value is 210 (82.42% from 255 or 77.78% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 210 - color contains mainly: green. Hex color #18D224 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18D224 is #E72DDB. Grayscale: #878787. Windows color (decimal): -15150556 or 2413080. OLE color: 2413080.
HSL color Cylindrical-coordinate representation of color #18D224: hue angle of 123.87º 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 #18D224 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 24 | 210 | 36 | - |
| CMYK | 0.89 | 0 | 0.83 | 0.18 |
| HSL | 123.87º | 0.79% | 0.46% | - |
| HSV(B) | 123.87º | 0.89% | 0.82% | - |
| XYZ | 23.74 | 46.41 | 9.38 | - |
| YUV | 134.55 | 72.38 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 210 | 36 | 0.89 | 0 | 0.83 | 0.18 | 123.87 | 0.79 | 0.46 |
| Hex | 18 | D2 | 24 | 59 | 0 | 53 | 12 | 7C | 4F | 2E |
| Octal | 30 | 322 | 44 | 131 | 0 | 123 | 22 | 174 | 117 | 56 |
| Binary | 11000 | 11010010 | 100100 | 1011001 | 0 | 1010011 | 10010 | 1111100 | 1001111 | 101110 |
Color Harmonies of #18D224
Complementary color
Monochromatic Colors of #18D224
Black with #18D224
Text Example
Text Example
White with #18D224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18D224; }
p { color: rgb(24,210,36); }
H1.HeaderClassName
{
color: #18D224;
}
.AnyTagClassName
{
color: #18D224;
}
</style>
background-color css
<style>
a { background-color: #18D224; }
a { background-color: rgb(24,210,36); }
div.DivClassName
{
background-color: #18D224;
}
.BgClassName
{
background-color: #18D224;
}
</style>
border-color css
<style>
span { border-color: #18D224; }
span { border-color: rgb(24,210,36); }
td.TdClassName
{
border-color: #18D224;
}
.TagClassName
{
border-color: #18D224;
}
</style>