Shades of Lime Green #18B919
Tints of Lime Green #18B919
RGB
CMYK
RGB Variations
Color information
#18B919 (or 0x18B919) is known color: Lime Green. HEX triplet: 18, B9 and 19. RGB value is (24,185,25). Sum of RGB (Red+Green+Blue) = 24+185+25=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 185 (72.66% from 255 or 79.06% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 185 - color contains mainly: green. Hex color #18B919 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18B919 is #E746E6. Grayscale: #777777. Windows color (decimal): -15156967 or 1685784. OLE color: 1685784.
HSL color Cylindrical-coordinate representation of color #18B919: hue angle of 120.37º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B919 is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 185 | 25 | - |
| CMYK | 0.87 | 0 | 0.86 | 0.27 |
| HSL | 120.37º | 0.77% | 0.41% | - |
| HSV(B) | 120.37º | 0.87% | 0.73% | - |
| XYZ | 17.9 | 34.96 | 6.72 | - |
| YUV | 118.62 | 75.16 | 60.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 185 | 25 | 0.87 | 0 | 0.86 | 0.27 | 120.37 | 0.77 | 0.41 |
| Hex | 18 | B9 | 19 | 57 | 0 | 56 | 1B | 78 | 4D | 29 |
| Octal | 30 | 271 | 31 | 127 | 0 | 126 | 33 | 170 | 115 | 51 |
| Binary | 11000 | 10111001 | 11001 | 1010111 | 0 | 1010110 | 11011 | 1111000 | 1001101 | 101001 |
Color Harmonies of #18B919
Complementary color
Monochromatic Colors of #18B919
Black with #18B919
Text Example
Text Example
White with #18B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B919; }
p { color: rgb(24,185,25); }
H1.HeaderClassName
{
color: #18B919;
}
.AnyTagClassName
{
color: #18B919;
}
</style>
background-color css
<style>
a { background-color: #18B919; }
a { background-color: rgb(24,185,25); }
div.DivClassName
{
background-color: #18B919;
}
.BgClassName
{
background-color: #18B919;
}
</style>
border-color css
<style>
span { border-color: #18B919; }
span { border-color: rgb(24,185,25); }
td.TdClassName
{
border-color: #18B919;
}
.TagClassName
{
border-color: #18B919;
}
</style>