Shades of Lime Green #18C01C
Tints of Lime Green #18C01C
RGB
CMYK
RGB Variations
Color information
#18C01C (or 0x18C01C) is known color: Lime Green. HEX triplet: 18, C0 and 1C. RGB value is (24,192,28). Sum of RGB (Red+Green+Blue) = 24+192+28=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 192 (75.39% from 255 or 78.69% from 244); Blue value is 28 (11.33% from 255 or 11.48% from 244); Max value from RGB is 192 - color contains mainly: green. Hex color #18C01C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C01C is #E73FE3. Grayscale: #7B7B7B. Windows color (decimal): -15155172 or 1884184. OLE color: 1884184.
HSL color Cylindrical-coordinate representation of color #18C01C: hue angle of 121.43º 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 #18C01C is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 192 | 28 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.25 |
| HSL | 121.43º | 0.78% | 0.42% | - |
| HSV(B) | 121.43º | 0.88% | 0.75% | - |
| XYZ | 19.44 | 37.98 | 7.4 | - |
| YUV | 123.07 | 74.34 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 192 | 28 | 0.88 | 0 | 0.85 | 0.25 | 121.43 | 0.78 | 0.42 |
| Hex | 18 | C0 | 1C | 58 | 0 | 55 | 19 | 79 | 4E | 2A |
| Octal | 30 | 300 | 34 | 130 | 0 | 125 | 31 | 171 | 116 | 52 |
| Binary | 11000 | 11000000 | 11100 | 1011000 | 0 | 1010101 | 11001 | 1111001 | 1001110 | 101010 |
Color Harmonies of #18C01C
Complementary color
Monochromatic Colors of #18C01C
Black with #18C01C
Text Example
Text Example
White with #18C01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C01C; }
p { color: rgb(24,192,28); }
H1.HeaderClassName
{
color: #18C01C;
}
.AnyTagClassName
{
color: #18C01C;
}
</style>
background-color css
<style>
a { background-color: #18C01C; }
a { background-color: rgb(24,192,28); }
div.DivClassName
{
background-color: #18C01C;
}
.BgClassName
{
background-color: #18C01C;
}
</style>
border-color css
<style>
span { border-color: #18C01C; }
span { border-color: rgb(24,192,28); }
td.TdClassName
{
border-color: #18C01C;
}
.TagClassName
{
border-color: #18C01C;
}
</style>