Shades of Lime Green #18B620
Tints of Lime Green #18B620
RGB
CMYK
RGB Variations
Color information
#18B620 (or 0x18B620) is known color: Lime Green. HEX triplet: 18, B6 and 20. RGB value is (24,182,32). Sum of RGB (Red+Green+Blue) = 24+182+32=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 182 (71.48% from 255 or 76.47% from 238); Blue value is 32 (12.89% from 255 or 13.45% from 238); Max value from RGB is 182 - color contains mainly: green. Hex color #18B620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B620 is #E749DF. Grayscale: #767676. Windows color (decimal): -15157728 or 2143768. OLE color: 2143768.
HSL color Cylindrical-coordinate representation of color #18B620: hue angle of 123.04º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B620 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 182 | 32 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.29 |
| HSL | 123.04º | 0.77% | 0.4% | - |
| HSV(B) | 123.04º | 0.87% | 0.71% | - |
| XYZ | 17.37 | 33.75 | 6.97 | - |
| YUV | 117.66 | 79.65 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 182 | 32 | 0.87 | 0 | 0.82 | 0.29 | 123.04 | 0.77 | 0.4 |
| Hex | 18 | B6 | 20 | 57 | 0 | 52 | 1D | 7B | 4D | 28 |
| Octal | 30 | 266 | 40 | 127 | 0 | 122 | 35 | 173 | 115 | 50 |
| Binary | 11000 | 10110110 | 100000 | 1010111 | 0 | 1010010 | 11101 | 1111011 | 1001101 | 101000 |
Color Harmonies of #18B620
Complementary color
Monochromatic Colors of #18B620
Black with #18B620
Text Example
Text Example
White with #18B620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B620; }
p { color: rgb(24,182,32); }
H1.HeaderClassName
{
color: #18B620;
}
.AnyTagClassName
{
color: #18B620;
}
</style>
background-color css
<style>
a { background-color: #18B620; }
a { background-color: rgb(24,182,32); }
div.DivClassName
{
background-color: #18B620;
}
.BgClassName
{
background-color: #18B620;
}
</style>
border-color css
<style>
span { border-color: #18B620; }
span { border-color: rgb(24,182,32); }
td.TdClassName
{
border-color: #18B620;
}
.TagClassName
{
border-color: #18B620;
}
</style>