Shades of Lime Green #18C409
Tints of Lime Green #18C409
RGB
CMYK
RGB Variations
Color information
#18C409 (or 0x18C409) is known color: Lime Green. HEX triplet: 18, C4 and 09. RGB value is (24,196,9). Sum of RGB (Red+Green+Blue) = 24+196+9=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 196 (76.95% from 255 or 85.59% from 229); Blue value is 9 (3.91% from 255 or 3.93% from 229); Max value from RGB is 196 - color contains mainly: green. Hex color #18C409 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C409 is #E73BF6. Grayscale: #7B7B7B. Windows color (decimal): -15154167 or 640024. OLE color: 640024.
HSL color Cylindrical-coordinate representation of color #18C409: hue angle of 115.19º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #18C409 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 196 | 9 | - |
| CMYK | 0.88 | 0 | 0.95 | 0.23 |
| HSL | 115.19º | 0.91% | 0.4% | - |
| HSV(B) | 115.19º | 0.95% | 0.77% | - |
| XYZ | 20.17 | 39.69 | 6.86 | - |
| YUV | 123.25 | 63.52 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 196 | 9 | 0.88 | 0 | 0.95 | 0.23 | 115.19 | 0.91 | 0.4 |
| Hex | 18 | C4 | 9 | 58 | 0 | 5F | 17 | 73 | 5B | 28 |
| Octal | 30 | 304 | 11 | 130 | 0 | 137 | 27 | 163 | 133 | 50 |
| Binary | 11000 | 11000100 | 1001 | 1011000 | 0 | 1011111 | 10111 | 1110011 | 1011011 | 101000 |
Color Harmonies of #18C409
Complementary color
Monochromatic Colors of #18C409
Black with #18C409
Text Example
Text Example
White with #18C409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C409; }
p { color: rgb(24,196,9); }
H1.HeaderClassName
{
color: #18C409;
}
.AnyTagClassName
{
color: #18C409;
}
</style>
background-color css
<style>
a { background-color: #18C409; }
a { background-color: rgb(24,196,9); }
div.DivClassName
{
background-color: #18C409;
}
.BgClassName
{
background-color: #18C409;
}
</style>
border-color css
<style>
span { border-color: #18C409; }
span { border-color: rgb(24,196,9); }
td.TdClassName
{
border-color: #18C409;
}
.TagClassName
{
border-color: #18C409;
}
</style>