Shades of Lime Green #18C622
Tints of Lime Green #18C622
RGB
CMYK
RGB Variations
Color information
#18C622 (or 0x18C622) is known color: Lime Green. HEX triplet: 18, C6 and 22. RGB value is (24,198,34). Sum of RGB (Red+Green+Blue) = 24+198+34=256 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.38% from 256); Green value is 198 (77.73% from 255 or 77.34% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 198 - color contains mainly: green. Hex color #18C622 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C622 is #E739DD. Grayscale: #7F7F7F. Windows color (decimal): -15153630 or 2278936. OLE color: 2278936.
HSL color Cylindrical-coordinate representation of color #18C622: hue angle of 123.45º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C622 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 198 | 34 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.22 |
| HSL | 123.45º | 0.78% | 0.44% | - |
| HSV(B) | 123.45º | 0.88% | 0.78% | - |
| XYZ | 20.86 | 40.7 | 8.27 | - |
| YUV | 127.28 | 75.35 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 198 | 34 | 0.88 | 0 | 0.83 | 0.22 | 123.45 | 0.78 | 0.44 |
| Hex | 18 | C6 | 22 | 58 | 0 | 53 | 16 | 7B | 4E | 2C |
| Octal | 30 | 306 | 42 | 130 | 0 | 123 | 26 | 173 | 116 | 54 |
| Binary | 11000 | 11000110 | 100010 | 1011000 | 0 | 1010011 | 10110 | 1111011 | 1001110 | 101100 |
Color Harmonies of #18C622
Complementary color
Monochromatic Colors of #18C622
Black with #18C622
Text Example
Text Example
White with #18C622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C622; }
p { color: rgb(24,198,34); }
H1.HeaderClassName
{
color: #18C622;
}
.AnyTagClassName
{
color: #18C622;
}
</style>
background-color css
<style>
a { background-color: #18C622; }
a { background-color: rgb(24,198,34); }
div.DivClassName
{
background-color: #18C622;
}
.BgClassName
{
background-color: #18C622;
}
</style>
border-color css
<style>
span { border-color: #18C622; }
span { border-color: rgb(24,198,34); }
td.TdClassName
{
border-color: #18C622;
}
.TagClassName
{
border-color: #18C622;
}
</style>