Shades of Lime Green #18BB14
Tints of Lime Green #18BB14
RGB
CMYK
RGB Variations
Color information
#18BB14 (or 0x18BB14) is known color: Lime Green. HEX triplet: 18, BB and 14. RGB value is (24,187,20). Sum of RGB (Red+Green+Blue) = 24+187+20=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 187 (73.44% from 255 or 80.95% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 187 - color contains mainly: green. Hex color #18BB14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BB14 is #E744EB. Grayscale: #777777. Windows color (decimal): -15156460 or 1358616. OLE color: 1358616.
HSL color Cylindrical-coordinate representation of color #18BB14: hue angle of 118.56º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BB14 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 187 | 20 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.27 |
| HSL | 118.56º | 0.81% | 0.41% | - |
| HSV(B) | 118.56º | 0.89% | 0.73% | - |
| XYZ | 18.27 | 35.79 | 6.61 | - |
| YUV | 119.23 | 72 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 187 | 20 | 0.87 | 0 | 0.89 | 0.27 | 118.56 | 0.81 | 0.41 |
| Hex | 18 | BB | 14 | 57 | 0 | 59 | 1B | 77 | 51 | 29 |
| Octal | 30 | 273 | 24 | 127 | 0 | 131 | 33 | 167 | 121 | 51 |
| Binary | 11000 | 10111011 | 10100 | 1010111 | 0 | 1011001 | 11011 | 1110111 | 1010001 | 101001 |
Color Harmonies of #18BB14
Complementary color
Monochromatic Colors of #18BB14
Black with #18BB14
Text Example
Text Example
White with #18BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BB14; }
p { color: rgb(24,187,20); }
H1.HeaderClassName
{
color: #18BB14;
}
.AnyTagClassName
{
color: #18BB14;
}
</style>
background-color css
<style>
a { background-color: #18BB14; }
a { background-color: rgb(24,187,20); }
div.DivClassName
{
background-color: #18BB14;
}
.BgClassName
{
background-color: #18BB14;
}
</style>
border-color css
<style>
span { border-color: #18BB14; }
span { border-color: rgb(24,187,20); }
td.TdClassName
{
border-color: #18BB14;
}
.TagClassName
{
border-color: #18BB14;
}
</style>