Shades of Lime Green #18BA15
Tints of Lime Green #18BA15
RGB
CMYK
RGB Variations
Color information
#18BA15 (or 0x18BA15) is known color: Lime Green. HEX triplet: 18, BA and 15. RGB value is (24,186,21). Sum of RGB (Red+Green+Blue) = 24+186+21=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 186 (73.05% from 255 or 80.52% from 231); Blue value is 21 (8.59% from 255 or 9.09% from 231); Max value from RGB is 186 - color contains mainly: green. Hex color #18BA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BA15 is #E745EA. Grayscale: #777777. Windows color (decimal): -15156715 or 1423896. OLE color: 1423896.
HSL color Cylindrical-coordinate representation of color #18BA15: hue angle of 118.91º degrees, saturation: 0.8, 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 #18BA15 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 186 | 21 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.27 |
| HSL | 118.91º | 0.8% | 0.41% | - |
| HSV(B) | 118.91º | 0.89% | 0.73% | - |
| XYZ | 18.07 | 35.37 | 6.58 | - |
| YUV | 118.75 | 72.83 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 186 | 21 | 0.87 | 0 | 0.89 | 0.27 | 118.91 | 0.8 | 0.41 |
| Hex | 18 | BA | 15 | 57 | 0 | 59 | 1B | 77 | 50 | 29 |
| Octal | 30 | 272 | 25 | 127 | 0 | 131 | 33 | 167 | 120 | 51 |
| Binary | 11000 | 10111010 | 10101 | 1010111 | 0 | 1011001 | 11011 | 1110111 | 1010000 | 101001 |
Color Harmonies of #18BA15
Complementary color
Monochromatic Colors of #18BA15
Black with #18BA15
Text Example
Text Example
White with #18BA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BA15; }
p { color: rgb(24,186,21); }
H1.HeaderClassName
{
color: #18BA15;
}
.AnyTagClassName
{
color: #18BA15;
}
</style>
background-color css
<style>
a { background-color: #18BA15; }
a { background-color: rgb(24,186,21); }
div.DivClassName
{
background-color: #18BA15;
}
.BgClassName
{
background-color: #18BA15;
}
</style>
border-color css
<style>
span { border-color: #18BA15; }
span { border-color: rgb(24,186,21); }
td.TdClassName
{
border-color: #18BA15;
}
.TagClassName
{
border-color: #18BA15;
}
</style>