Shades of Lime Green #18C01D
Tints of Lime Green #18C01D
RGB
CMYK
RGB Variations
Color information
#18C01D (or 0x18C01D) is known color: Lime Green. HEX triplet: 18, C0 and 1D. RGB value is (24,192,29). Sum of RGB (Red+Green+Blue) = 24+192+29=245 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.80% from 245); Green value is 192 (75.39% from 255 or 78.37% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 192 - color contains mainly: green. Hex color #18C01D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C01D is #E73FE2. Grayscale: #7B7B7B. Windows color (decimal): -15155171 or 1949720. OLE color: 1949720.
HSL color Cylindrical-coordinate representation of color #18C01D: hue angle of 121.79º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C01D is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 29 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.25 |
| HSL | 121.79º | 0.78% | 0.42% | - |
| HSV(B) | 121.79º | 0.88% | 0.75% | - |
| XYZ | 19.45 | 37.98 | 7.47 | - |
| YUV | 123.19 | 74.84 | 57.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 29 | 0.88 | 0 | 0.85 | 0.25 | 121.79 | 0.78 | 0.42 |
| Hex | 18 | C0 | 1D | 58 | 0 | 55 | 19 | 7A | 4E | 2A |
| Octal | 30 | 300 | 35 | 130 | 0 | 125 | 31 | 172 | 116 | 52 |
| Binary | 11000 | 11000000 | 11101 | 1011000 | 0 | 1010101 | 11001 | 1111010 | 1001110 | 101010 |
Color Harmonies of #18C01D
Complementary color
Monochromatic Colors of #18C01D
Black with #18C01D
Text Example
Text Example
White with #18C01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C01D; }
p { color: rgb(24,192,29); }
H1.HeaderClassName
{
color: #18C01D;
}
.AnyTagClassName
{
color: #18C01D;
}
</style>
background-color css
<style>
a { background-color: #18C01D; }
a { background-color: rgb(24,192,29); }
div.DivClassName
{
background-color: #18C01D;
}
.BgClassName
{
background-color: #18C01D;
}
</style>
border-color css
<style>
span { border-color: #18C01D; }
span { border-color: rgb(24,192,29); }
td.TdClassName
{
border-color: #18C01D;
}
.TagClassName
{
border-color: #18C01D;
}
</style>