Shades of Lime Green #18C11D
Tints of Lime Green #18C11D
RGB
CMYK
RGB Variations
Color information
#18C11D (or 0x18C11D) is known color: Lime Green. HEX triplet: 18, C1 and 1D. RGB value is (24,193,29). Sum of RGB (Red+Green+Blue) = 24+193+29=246 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.76% from 246); Green value is 193 (75.78% from 255 or 78.46% from 246); Blue value is 29 (11.72% from 255 or 11.79% from 246); Max value from RGB is 193 - color contains mainly: green. Hex color #18C11D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C11D is #E73EE2. Grayscale: #7C7C7C. Windows color (decimal): -15154915 or 1949976. OLE color: 1949976.
HSL color Cylindrical-coordinate representation of color #18C11D: hue angle of 121.78º 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 #18C11D is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 29 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.24 |
| HSL | 121.78º | 0.78% | 0.43% | - |
| HSV(B) | 121.78º | 0.88% | 0.76% | - |
| XYZ | 19.67 | 38.42 | 7.54 | - |
| YUV | 123.77 | 74.51 | 56.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 29 | 0.88 | 0 | 0.85 | 0.24 | 121.78 | 0.78 | 0.43 |
| Hex | 18 | C1 | 1D | 58 | 0 | 55 | 18 | 7A | 4E | 2B |
| Octal | 30 | 301 | 35 | 130 | 0 | 125 | 30 | 172 | 116 | 53 |
| Binary | 11000 | 11000001 | 11101 | 1011000 | 0 | 1010101 | 11000 | 1111010 | 1001110 | 101011 |
Color Harmonies of #18C11D
Complementary color
Monochromatic Colors of #18C11D
Black with #18C11D
Text Example
Text Example
White with #18C11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C11D; }
p { color: rgb(24,193,29); }
H1.HeaderClassName
{
color: #18C11D;
}
.AnyTagClassName
{
color: #18C11D;
}
</style>
background-color css
<style>
a { background-color: #18C11D; }
a { background-color: rgb(24,193,29); }
div.DivClassName
{
background-color: #18C11D;
}
.BgClassName
{
background-color: #18C11D;
}
</style>
border-color css
<style>
span { border-color: #18C11D; }
span { border-color: rgb(24,193,29); }
td.TdClassName
{
border-color: #18C11D;
}
.TagClassName
{
border-color: #18C11D;
}
</style>