Shades of Lime Green #18BF17
Tints of Lime Green #18BF17
RGB
CMYK
RGB Variations
Color information
#18BF17 (or 0x18BF17) is known color: Lime Green. HEX triplet: 18, BF and 17. RGB value is (24,191,23). Sum of RGB (Red+Green+Blue) = 24+191+23=238 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.08% from 238); Green value is 191 (75% from 255 or 80.25% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 191 - color contains mainly: green. Hex color #18BF17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BF17 is #E740E8. Grayscale: #7A7A7A. Windows color (decimal): -15155433 or 1556248. OLE color: 1556248.
HSL color Cylindrical-coordinate representation of color #18BF17: hue angle of 119.64º degrees, saturation: 0.79, 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 #18BF17 is Cyan = 0.87, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 191 | 23 | - |
| CMYK | 0.87 | 0 | 0.88 | 0.25 |
| HSL | 119.64º | 0.79% | 0.42% | - |
| HSV(B) | 119.64º | 0.88% | 0.75% | - |
| XYZ | 19.16 | 37.52 | 7.04 | - |
| YUV | 121.92 | 72.17 | 58.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 191 | 23 | 0.87 | 0 | 0.88 | 0.25 | 119.64 | 0.79 | 0.42 |
| Hex | 18 | BF | 17 | 57 | 0 | 58 | 19 | 78 | 4F | 2A |
| Octal | 30 | 277 | 27 | 127 | 0 | 130 | 31 | 170 | 117 | 52 |
| Binary | 11000 | 10111111 | 10111 | 1010111 | 0 | 1011000 | 11001 | 1111000 | 1001111 | 101010 |
Color Harmonies of #18BF17
Complementary color
Monochromatic Colors of #18BF17
Black with #18BF17
Text Example
Text Example
White with #18BF17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BF17; }
p { color: rgb(24,191,23); }
H1.HeaderClassName
{
color: #18BF17;
}
.AnyTagClassName
{
color: #18BF17;
}
</style>
background-color css
<style>
a { background-color: #18BF17; }
a { background-color: rgb(24,191,23); }
div.DivClassName
{
background-color: #18BF17;
}
.BgClassName
{
background-color: #18BF17;
}
</style>
border-color css
<style>
span { border-color: #18BF17; }
span { border-color: rgb(24,191,23); }
td.TdClassName
{
border-color: #18BF17;
}
.TagClassName
{
border-color: #18BF17;
}
</style>