Shades of Lime Green #18B322
Tints of Lime Green #18B322
RGB
CMYK
RGB Variations
Color information
#18B322 (or 0x18B322) is known color: Lime Green. HEX triplet: 18, B3 and 22. RGB value is (24,179,34). Sum of RGB (Red+Green+Blue) = 24+179+34=237 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.13% from 237); Green value is 179 (70.31% from 255 or 75.53% from 237); Blue value is 34 (13.67% from 255 or 14.35% from 237); Max value from RGB is 179 - color contains mainly: green. Hex color #18B322 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B322 is #E74CDD. Grayscale: #747474. Windows color (decimal): -15158494 or 2274072. OLE color: 2274072.
HSL color Cylindrical-coordinate representation of color #18B322: hue angle of 123.87º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B322 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 24 | 179 | 34 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.30 |
| HSL | 123.87º | 0.76% | 0.4% | - |
| HSV(B) | 123.87º | 0.87% | 0.7% | - |
| XYZ | 16.79 | 32.55 | 6.91 | - |
| YUV | 116.13 | 81.65 | 62.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 179 | 34 | 0.87 | 0 | 0.81 | 0.30 | 123.87 | 0.76 | 0.4 |
| Hex | 18 | B3 | 22 | 57 | 0 | 51 | 1E | 7C | 4C | 28 |
| Octal | 30 | 263 | 42 | 127 | 0 | 121 | 36 | 174 | 114 | 50 |
| Binary | 11000 | 10110011 | 100010 | 1010111 | 0 | 1010001 | 11110 | 1111100 | 1001100 | 101000 |
Color Harmonies of #18B322
Complementary color
Monochromatic Colors of #18B322
Black with #18B322
Text Example
Text Example
White with #18B322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B322; }
p { color: rgb(24,179,34); }
H1.HeaderClassName
{
color: #18B322;
}
.AnyTagClassName
{
color: #18B322;
}
</style>
background-color css
<style>
a { background-color: #18B322; }
a { background-color: rgb(24,179,34); }
div.DivClassName
{
background-color: #18B322;
}
.BgClassName
{
background-color: #18B322;
}
</style>
border-color css
<style>
span { border-color: #18B322; }
span { border-color: rgb(24,179,34); }
td.TdClassName
{
border-color: #18B322;
}
.TagClassName
{
border-color: #18B322;
}
</style>