Shades of Lime Green #18C10F
Tints of Lime Green #18C10F
RGB
CMYK
RGB Variations
Color information
#18C10F (or 0x18C10F) is known color: Lime Green. HEX triplet: 18, C1 and 0F. RGB value is (24,193,15). Sum of RGB (Red+Green+Blue) = 24+193+15=232 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.34% from 232); Green value is 193 (75.78% from 255 or 83.19% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 193 - color contains mainly: green. Hex color #18C10F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C10F is #E73EF0. Grayscale: #7A7A7A. Windows color (decimal): -15154929 or 1032472. OLE color: 1032472.
HSL color Cylindrical-coordinate representation of color #18C10F: hue angle of 116.97º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #18C10F is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 193 | 15 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.24 |
| HSL | 116.97º | 0.86% | 0.41% | - |
| HSV(B) | 116.97º | 0.92% | 0.76% | - |
| XYZ | 19.53 | 38.37 | 6.83 | - |
| YUV | 122.18 | 67.51 | 57.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 193 | 15 | 0.88 | 0 | 0.92 | 0.24 | 116.97 | 0.86 | 0.41 |
| Hex | 18 | C1 | F | 58 | 0 | 5C | 18 | 75 | 56 | 29 |
| Octal | 30 | 301 | 17 | 130 | 0 | 134 | 30 | 165 | 126 | 51 |
| Binary | 11000 | 11000001 | 1111 | 1011000 | 0 | 1011100 | 11000 | 1110101 | 1010110 | 101001 |
Color Harmonies of #18C10F
Complementary color
Monochromatic Colors of #18C10F
Black with #18C10F
Text Example
Text Example
White with #18C10F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C10F; }
p { color: rgb(24,193,15); }
H1.HeaderClassName
{
color: #18C10F;
}
.AnyTagClassName
{
color: #18C10F;
}
</style>
background-color css
<style>
a { background-color: #18C10F; }
a { background-color: rgb(24,193,15); }
div.DivClassName
{
background-color: #18C10F;
}
.BgClassName
{
background-color: #18C10F;
}
</style>
border-color css
<style>
span { border-color: #18C10F; }
span { border-color: rgb(24,193,15); }
td.TdClassName
{
border-color: #18C10F;
}
.TagClassName
{
border-color: #18C10F;
}
</style>