Shades of Lime Green #18C709
Tints of Lime Green #18C709
RGB
CMYK
RGB Variations
Color information
#18C709 (or 0x18C709) is known color: Lime Green. HEX triplet: 18, C7 and 09. RGB value is (24,199,9). Sum of RGB (Red+Green+Blue) = 24+199+9=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 199 (78.12% from 255 or 85.78% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 199 - color contains mainly: green. Hex color #18C709 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C709 is #E738F6. Grayscale: #7D7D7D. Windows color (decimal): -15153399 or 640792. OLE color: 640792.
HSL color Cylindrical-coordinate representation of color #18C709: hue angle of 115.26º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18C709 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 199 | 9 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.22 |
| HSL | 115.26º | 0.91% | 0.41% | - |
| HSV(B) | 115.26º | 0.95% | 0.78% | - |
| XYZ | 20.85 | 41.06 | 7.09 | - |
| YUV | 125.02 | 62.52 | 55.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 9 | 0.88 | 0 | 0.95 | 0.22 | 115.26 | 0.91 | 0.41 |
| Hex | 18 | C7 | 9 | 58 | 0 | 5F | 16 | 73 | 5B | 29 |
| Octal | 30 | 307 | 11 | 130 | 0 | 137 | 26 | 163 | 133 | 51 |
| Binary | 11000 | 11000111 | 1001 | 1011000 | 0 | 1011111 | 10110 | 1110011 | 1011011 | 101001 |
Color Harmonies of #18C709
Complementary color
Monochromatic Colors of #18C709
Black with #18C709
Text Example
Text Example
White with #18C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C709; }
p { color: rgb(24,199,9); }
H1.HeaderClassName
{
color: #18C709;
}
.AnyTagClassName
{
color: #18C709;
}
</style>
background-color css
<style>
a { background-color: #18C709; }
a { background-color: rgb(24,199,9); }
div.DivClassName
{
background-color: #18C709;
}
.BgClassName
{
background-color: #18C709;
}
</style>
border-color css
<style>
span { border-color: #18C709; }
span { border-color: rgb(24,199,9); }
td.TdClassName
{
border-color: #18C709;
}
.TagClassName
{
border-color: #18C709;
}
</style>