Shades of Lime Green #18C80F
Tints of Lime Green #18C80F
RGB
CMYK
RGB Variations
Color information
#18C80F (or 0x18C80F) is known color: Lime Green. HEX triplet: 18, C8 and 0F. RGB value is (24,200,15). Sum of RGB (Red+Green+Blue) = 24+200+15=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 200 (78.52% from 255 or 83.68% from 239); Blue value is 15 (6.25% from 255 or 6.28% from 239); Max value from RGB is 200 - color contains mainly: green. Hex color #18C80F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18C80F is #E737F0. Grayscale: #7E7E7E. Windows color (decimal): -15153137 or 1034264. OLE color: 1034264.
HSL color Cylindrical-coordinate representation of color #18C80F: hue angle of 117.08º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #18C80F is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 200 | 15 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.22 |
| HSL | 117.08º | 0.86% | 0.42% | - |
| HSV(B) | 117.08º | 0.93% | 0.78% | - |
| XYZ | 21.12 | 41.54 | 7.36 | - |
| YUV | 126.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 200 | 15 | 0.88 | 0 | 0.92 | 0.22 | 117.08 | 0.86 | 0.42 |
| Hex | 18 | C8 | F | 58 | 0 | 5C | 16 | 75 | 56 | 2A |
| Octal | 30 | 310 | 17 | 130 | 0 | 134 | 26 | 165 | 126 | 52 |
| Binary | 11000 | 11001000 | 1111 | 1011000 | 0 | 1011100 | 10110 | 1110101 | 1010110 | 101010 |
Color Harmonies of #18C80F
Complementary color
Monochromatic Colors of #18C80F
Black with #18C80F
Text Example
Text Example
White with #18C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C80F; }
p { color: rgb(24,200,15); }
H1.HeaderClassName
{
color: #18C80F;
}
.AnyTagClassName
{
color: #18C80F;
}
</style>
background-color css
<style>
a { background-color: #18C80F; }
a { background-color: rgb(24,200,15); }
div.DivClassName
{
background-color: #18C80F;
}
.BgClassName
{
background-color: #18C80F;
}
</style>
border-color css
<style>
span { border-color: #18C80F; }
span { border-color: rgb(24,200,15); }
td.TdClassName
{
border-color: #18C80F;
}
.TagClassName
{
border-color: #18C80F;
}
</style>