Shades of Lime Green #18CB14
Tints of Lime Green #18CB14
RGB
CMYK
RGB Variations
Color information
#18CB14 (or 0x18CB14) is known color: Lime Green. HEX triplet: 18, CB and 14. RGB value is (24,203,20). Sum of RGB (Red+Green+Blue) = 24+203+20=247 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.72% from 247); Green value is 203 (79.69% from 255 or 82.19% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 203 - color contains mainly: green. Hex color #18CB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18CB14 is #E734EB. Grayscale: #818181. Windows color (decimal): -15152364 or 1362712. OLE color: 1362712.
HSL color Cylindrical-coordinate representation of color #18CB14: hue angle of 118.69º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CB14 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 24 | 203 | 20 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.20 |
| HSL | 118.69º | 0.82% | 0.44% | - |
| HSV(B) | 118.69º | 0.9% | 0.8% | - |
| XYZ | 21.86 | 42.96 | 7.8 | - |
| YUV | 128.62 | 66.7 | 53.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 20 | 0.88 | 0 | 0.90 | 0.20 | 118.69 | 0.82 | 0.44 |
| Hex | 18 | CB | 14 | 58 | 0 | 5A | 14 | 77 | 52 | 2C |
| Octal | 30 | 313 | 24 | 130 | 0 | 132 | 24 | 167 | 122 | 54 |
| Binary | 11000 | 11001011 | 10100 | 1011000 | 0 | 1011010 | 10100 | 1110111 | 1010010 | 101100 |
Color Harmonies of #18CB14
Complementary color
Monochromatic Colors of #18CB14
Black with #18CB14
Text Example
Text Example
White with #18CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CB14; }
p { color: rgb(24,203,20); }
H1.HeaderClassName
{
color: #18CB14;
}
.AnyTagClassName
{
color: #18CB14;
}
</style>
background-color css
<style>
a { background-color: #18CB14; }
a { background-color: rgb(24,203,20); }
div.DivClassName
{
background-color: #18CB14;
}
.BgClassName
{
background-color: #18CB14;
}
</style>
border-color css
<style>
span { border-color: #18CB14; }
span { border-color: rgb(24,203,20); }
td.TdClassName
{
border-color: #18CB14;
}
.TagClassName
{
border-color: #18CB14;
}
</style>