Shades of Lime Green #18B420
Tints of Lime Green #18B420
RGB
CMYK
RGB Variations
Color information
#18B420 (or 0x18B420) is known color: Lime Green. HEX triplet: 18, B4 and 20. RGB value is (24,180,32). Sum of RGB (Red+Green+Blue) = 24+180+32=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 180 (70.70% from 255 or 76.27% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 180 - color contains mainly: green. Hex color #18B420 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B420 is #E74BDF. Grayscale: #747474. Windows color (decimal): -15158240 or 2143256. OLE color: 2143256.
HSL color Cylindrical-coordinate representation of color #18B420: hue angle of 123.08º degrees, saturation: 0.76, 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 #18B420 is Cyan = 0.87, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 180 | 32 | - |
| CMYK | 0.87 | 0 | 0.82 | 0.29 |
| HSL | 123.08º | 0.76% | 0.4% | - |
| HSV(B) | 123.08º | 0.87% | 0.71% | - |
| XYZ | 16.96 | 32.94 | 6.83 | - |
| YUV | 116.48 | 80.32 | 62.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 180 | 32 | 0.87 | 0 | 0.82 | 0.29 | 123.08 | 0.76 | 0.4 |
| Hex | 18 | B4 | 20 | 57 | 0 | 52 | 1D | 7B | 4C | 28 |
| Octal | 30 | 264 | 40 | 127 | 0 | 122 | 35 | 173 | 114 | 50 |
| Binary | 11000 | 10110100 | 100000 | 1010111 | 0 | 1010010 | 11101 | 1111011 | 1001100 | 101000 |
Color Harmonies of #18B420
Complementary color
Monochromatic Colors of #18B420
Black with #18B420
Text Example
Text Example
White with #18B420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B420; }
p { color: rgb(24,180,32); }
H1.HeaderClassName
{
color: #18B420;
}
.AnyTagClassName
{
color: #18B420;
}
</style>
background-color css
<style>
a { background-color: #18B420; }
a { background-color: rgb(24,180,32); }
div.DivClassName
{
background-color: #18B420;
}
.BgClassName
{
background-color: #18B420;
}
</style>
border-color css
<style>
span { border-color: #18B420; }
span { border-color: rgb(24,180,32); }
td.TdClassName
{
border-color: #18B420;
}
.TagClassName
{
border-color: #18B420;
}
</style>