Shades of Lime Green #18C50C
Tints of Lime Green #18C50C
RGB
CMYK
RGB Variations
Color information
#18C50C (or 0x18C50C) is known color: Lime Green. HEX triplet: 18, C5 and 0C. RGB value is (24,197,12). Sum of RGB (Red+Green+Blue) = 24+197+12=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 197 (77.34% from 255 or 84.55% from 233); Blue value is 12 (5.08% from 255 or 5.15% from 233); Max value from RGB is 197 - color contains mainly: green. Hex color #18C50C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C50C is #E73AF3. Grayscale: #7C7C7C. Windows color (decimal): -15153908 or 836888. OLE color: 836888.
HSL color Cylindrical-coordinate representation of color #18C50C: hue angle of 116.11º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #18C50C is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 197 | 12 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.23 |
| HSL | 116.11º | 0.89% | 0.41% | - |
| HSV(B) | 116.11º | 0.94% | 0.77% | - |
| XYZ | 20.41 | 40.15 | 7.02 | - |
| YUV | 124.18 | 64.69 | 56.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 197 | 12 | 0.88 | 0 | 0.94 | 0.23 | 116.11 | 0.89 | 0.41 |
| Hex | 18 | C5 | C | 58 | 0 | 5E | 17 | 74 | 59 | 29 |
| Octal | 30 | 305 | 14 | 130 | 0 | 136 | 27 | 164 | 131 | 51 |
| Binary | 11000 | 11000101 | 1100 | 1011000 | 0 | 1011110 | 10111 | 1110100 | 1011001 | 101001 |
Color Harmonies of #18C50C
Complementary color
Monochromatic Colors of #18C50C
Black with #18C50C
Text Example
Text Example
White with #18C50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C50C; }
p { color: rgb(24,197,12); }
H1.HeaderClassName
{
color: #18C50C;
}
.AnyTagClassName
{
color: #18C50C;
}
</style>
background-color css
<style>
a { background-color: #18C50C; }
a { background-color: rgb(24,197,12); }
div.DivClassName
{
background-color: #18C50C;
}
.BgClassName
{
background-color: #18C50C;
}
</style>
border-color css
<style>
span { border-color: #18C50C; }
span { border-color: rgb(24,197,12); }
td.TdClassName
{
border-color: #18C50C;
}
.TagClassName
{
border-color: #18C50C;
}
</style>