Shades of Lime Green #18C222
Tints of Lime Green #18C222
RGB
CMYK
RGB Variations
Color information
#18C222 (or 0x18C222) is known color: Lime Green. HEX triplet: 18, C2 and 22. RGB value is (24,194,34). Sum of RGB (Red+Green+Blue) = 24+194+34=252 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.52% from 252); Green value is 194 (76.17% from 255 or 76.98% from 252); Blue value is 34 (13.67% from 255 or 13.49% from 252); Max value from RGB is 194 - color contains mainly: green. Hex color #18C222 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C222 is #E73DDD. Grayscale: #7D7D7D. Windows color (decimal): -15154654 or 2277912. OLE color: 2277912.
HSL color Cylindrical-coordinate representation of color #18C222: hue angle of 123.53º 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 #18C222 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 34 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.24 |
| HSL | 123.53º | 0.78% | 0.43% | - |
| HSV(B) | 123.53º | 0.88% | 0.76% | - |
| XYZ | 19.96 | 38.89 | 7.97 | - |
| YUV | 124.93 | 76.68 | 56.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 34 | 0.88 | 0 | 0.82 | 0.24 | 123.53 | 0.78 | 0.43 |
| Hex | 18 | C2 | 22 | 58 | 0 | 52 | 18 | 7C | 4E | 2B |
| Octal | 30 | 302 | 42 | 130 | 0 | 122 | 30 | 174 | 116 | 53 |
| Binary | 11000 | 11000010 | 100010 | 1011000 | 0 | 1010010 | 11000 | 1111100 | 1001110 | 101011 |
Color Harmonies of #18C222
Complementary color
Monochromatic Colors of #18C222
Black with #18C222
Text Example
Text Example
White with #18C222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C222; }
p { color: rgb(24,194,34); }
H1.HeaderClassName
{
color: #18C222;
}
.AnyTagClassName
{
color: #18C222;
}
</style>
background-color css
<style>
a { background-color: #18C222; }
a { background-color: rgb(24,194,34); }
div.DivClassName
{
background-color: #18C222;
}
.BgClassName
{
background-color: #18C222;
}
</style>
border-color css
<style>
span { border-color: #18C222; }
span { border-color: rgb(24,194,34); }
td.TdClassName
{
border-color: #18C222;
}
.TagClassName
{
border-color: #18C222;
}
</style>