Shades of Lime Green #18C20E
Tints of Lime Green #18C20E
RGB
CMYK
RGB Variations
Color information
#18C20E (or 0x18C20E) is known color: Lime Green. HEX triplet: 18, C2 and 0E. RGB value is (24,194,14). Sum of RGB (Red+Green+Blue) = 24+194+14=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 194 (76.17% from 255 or 83.62% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 194 - color contains mainly: green. Hex color #18C20E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C20E is #E73DF1. Grayscale: #7B7B7B. Windows color (decimal): -15154674 or 967192. OLE color: 967192.
HSL color Cylindrical-coordinate representation of color #18C20E: hue angle of 116.67º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18C20E is Cyan = 0.88, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 194 | 14 | - |
| CMYK | 0.88 | 0 | 0.93 | 0.24 |
| HSL | 116.67º | 0.87% | 0.41% | - |
| HSV(B) | 116.67º | 0.93% | 0.76% | - |
| XYZ | 19.75 | 38.81 | 6.87 | - |
| YUV | 122.65 | 66.68 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 194 | 14 | 0.88 | 0 | 0.93 | 0.24 | 116.67 | 0.87 | 0.41 |
| Hex | 18 | C2 | E | 58 | 0 | 5D | 18 | 75 | 57 | 29 |
| Octal | 30 | 302 | 16 | 130 | 0 | 135 | 30 | 165 | 127 | 51 |
| Binary | 11000 | 11000010 | 1110 | 1011000 | 0 | 1011101 | 11000 | 1110101 | 1010111 | 101001 |
Color Harmonies of #18C20E
Complementary color
Monochromatic Colors of #18C20E
Black with #18C20E
Text Example
Text Example
White with #18C20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C20E; }
p { color: rgb(24,194,14); }
H1.HeaderClassName
{
color: #18C20E;
}
.AnyTagClassName
{
color: #18C20E;
}
</style>
background-color css
<style>
a { background-color: #18C20E; }
a { background-color: rgb(24,194,14); }
div.DivClassName
{
background-color: #18C20E;
}
.BgClassName
{
background-color: #18C20E;
}
</style>
border-color css
<style>
span { border-color: #18C20E; }
span { border-color: rgb(24,194,14); }
td.TdClassName
{
border-color: #18C20E;
}
.TagClassName
{
border-color: #18C20E;
}
</style>