Shades of Lime Green #18C119
Tints of Lime Green #18C119
RGB
CMYK
RGB Variations
Color information
#18C119 (or 0x18C119) is known color: Lime Green. HEX triplet: 18, C1 and 19. RGB value is (24,193,25). Sum of RGB (Red+Green+Blue) = 24+193+25=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 193 (75.78% from 255 or 79.75% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 193 - color contains mainly: green. Hex color #18C119 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C119 is #E73EE6. Grayscale: #7B7B7B. Windows color (decimal): -15154919 or 1687832. OLE color: 1687832.
HSL color Cylindrical-coordinate representation of color #18C119: hue angle of 120.36º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C119 is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 25 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.24 |
| HSL | 120.36º | 0.78% | 0.43% | - |
| HSV(B) | 120.36º | 0.88% | 0.76% | - |
| XYZ | 19.62 | 38.4 | 7.3 | - |
| YUV | 123.32 | 72.51 | 57.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 25 | 0.88 | 0 | 0.87 | 0.24 | 120.36 | 0.78 | 0.43 |
| Hex | 18 | C1 | 19 | 58 | 0 | 57 | 18 | 78 | 4E | 2B |
| Octal | 30 | 301 | 31 | 130 | 0 | 127 | 30 | 170 | 116 | 53 |
| Binary | 11000 | 11000001 | 11001 | 1011000 | 0 | 1010111 | 11000 | 1111000 | 1001110 | 101011 |
Color Harmonies of #18C119
Complementary color
Monochromatic Colors of #18C119
Black with #18C119
Text Example
Text Example
White with #18C119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C119; }
p { color: rgb(24,193,25); }
H1.HeaderClassName
{
color: #18C119;
}
.AnyTagClassName
{
color: #18C119;
}
</style>
background-color css
<style>
a { background-color: #18C119; }
a { background-color: rgb(24,193,25); }
div.DivClassName
{
background-color: #18C119;
}
.BgClassName
{
background-color: #18C119;
}
</style>
border-color css
<style>
span { border-color: #18C119; }
span { border-color: rgb(24,193,25); }
td.TdClassName
{
border-color: #18C119;
}
.TagClassName
{
border-color: #18C119;
}
</style>