Shades of Lime Green #18C414
Tints of Lime Green #18C414
RGB
CMYK
RGB Variations
Color information
#18C414 (or 0x18C414) is known color: Lime Green. HEX triplet: 18, C4 and 14. RGB value is (24,196,20). Sum of RGB (Red+Green+Blue) = 24+196+20=240 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10% from 240); Green value is 196 (76.95% from 255 or 81.67% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 196 - color contains mainly: green. Hex color #18C414 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C414 is #E73BEB. Grayscale: #7D7D7D. Windows color (decimal): -15154156 or 1360920. OLE color: 1360920.
HSL color Cylindrical-coordinate representation of color #18C414: hue angle of 118.64º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18C414 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 196 | 20 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.23 |
| HSL | 118.64º | 0.81% | 0.42% | - |
| HSV(B) | 118.64º | 0.9% | 0.77% | - |
| XYZ | 20.24 | 39.72 | 7.26 | - |
| YUV | 124.51 | 69.02 | 56.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 196 | 20 | 0.88 | 0 | 0.90 | 0.23 | 118.64 | 0.81 | 0.42 |
| Hex | 18 | C4 | 14 | 58 | 0 | 5A | 17 | 77 | 51 | 2A |
| Octal | 30 | 304 | 24 | 130 | 0 | 132 | 27 | 167 | 121 | 52 |
| Binary | 11000 | 11000100 | 10100 | 1011000 | 0 | 1011010 | 10111 | 1110111 | 1010001 | 101010 |
Color Harmonies of #18C414
Complementary color
Monochromatic Colors of #18C414
Black with #18C414
Text Example
Text Example
White with #18C414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C414; }
p { color: rgb(24,196,20); }
H1.HeaderClassName
{
color: #18C414;
}
.AnyTagClassName
{
color: #18C414;
}
</style>
background-color css
<style>
a { background-color: #18C414; }
a { background-color: rgb(24,196,20); }
div.DivClassName
{
background-color: #18C414;
}
.BgClassName
{
background-color: #18C414;
}
</style>
border-color css
<style>
span { border-color: #18C414; }
span { border-color: rgb(24,196,20); }
td.TdClassName
{
border-color: #18C414;
}
.TagClassName
{
border-color: #18C414;
}
</style>