Shades of Lime Green #18BC15
Tints of Lime Green #18BC15
RGB
CMYK
RGB Variations
Color information
#18BC15 (or 0x18BC15) is known color: Lime Green. HEX triplet: 18, BC and 15. RGB value is (24,188,21). Sum of RGB (Red+Green+Blue) = 24+188+21=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 188 (73.83% from 255 or 80.69% from 233); Blue value is 21 (8.59% from 255 or 9.01% from 233); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #18BC15 is #E743EA. Grayscale: #787878. Windows color (decimal): -15156203 or 1424408. OLE color: 1424408.
HSL color Cylindrical-coordinate representation of color #18BC15: hue angle of 118.92º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18BC15 is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 21 | - |
| CMYK | 0.87 | 0 | 0.89 | 0.26 |
| HSL | 118.92º | 0.8% | 0.41% | - |
| HSV(B) | 118.92º | 0.89% | 0.74% | - |
| XYZ | 18.5 | 36.21 | 6.72 | - |
| YUV | 119.93 | 72.17 | 59.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 21 | 0.87 | 0 | 0.89 | 0.26 | 118.92 | 0.8 | 0.41 |
| Hex | 18 | BC | 15 | 57 | 0 | 59 | 1A | 77 | 50 | 29 |
| Octal | 30 | 274 | 25 | 127 | 0 | 131 | 32 | 167 | 120 | 51 |
| Binary | 11000 | 10111100 | 10101 | 1010111 | 0 | 1011001 | 11010 | 1110111 | 1010000 | 101001 |
Color Harmonies of #18BC15
Complementary color
Monochromatic Colors of #18BC15
Black with #18BC15
Text Example
Text Example
White with #18BC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC15; }
p { color: rgb(24,188,21); }
H1.HeaderClassName
{
color: #18BC15;
}
.AnyTagClassName
{
color: #18BC15;
}
</style>
background-color css
<style>
a { background-color: #18BC15; }
a { background-color: rgb(24,188,21); }
div.DivClassName
{
background-color: #18BC15;
}
.BgClassName
{
background-color: #18BC15;
}
</style>
border-color css
<style>
span { border-color: #18BC15; }
span { border-color: rgb(24,188,21); }
td.TdClassName
{
border-color: #18BC15;
}
.TagClassName
{
border-color: #18BC15;
}
</style>