Shades of Lime Green #18BC24
Tints of Lime Green #18BC24
RGB
CMYK
RGB Variations
Color information
#18BC24 (or 0x18BC24) is known color: Lime Green. HEX triplet: 18, BC and 24. RGB value is (24,188,36). Sum of RGB (Red+Green+Blue) = 24+188+36=248 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.68% from 248); Green value is 188 (73.83% from 255 or 75.81% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 188 - color contains mainly: green. Hex color #18BC24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18BC24 is #E743DB. Grayscale: #7A7A7A. Windows color (decimal): -15156188 or 2407448. OLE color: 2407448.
HSL color Cylindrical-coordinate representation of color #18BC24: hue angle of 124.39º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18BC24 is Cyan = 0.87, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 188 | 36 | - |
| CMYK | 0.87 | 0 | 0.81 | 0.26 |
| HSL | 124.39º | 0.77% | 0.42% | - |
| HSV(B) | 124.39º | 0.87% | 0.74% | - |
| XYZ | 18.68 | 36.29 | 7.69 | - |
| YUV | 121.64 | 79.67 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 188 | 36 | 0.87 | 0 | 0.81 | 0.26 | 124.39 | 0.77 | 0.42 |
| Hex | 18 | BC | 24 | 57 | 0 | 51 | 1A | 7C | 4D | 2A |
| Octal | 30 | 274 | 44 | 127 | 0 | 121 | 32 | 174 | 115 | 52 |
| Binary | 11000 | 10111100 | 100100 | 1010111 | 0 | 1010001 | 11010 | 1111100 | 1001101 | 101010 |
Color Harmonies of #18BC24
Complementary color
Monochromatic Colors of #18BC24
Black with #18BC24
Text Example
Text Example
White with #18BC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18BC24; }
p { color: rgb(24,188,36); }
H1.HeaderClassName
{
color: #18BC24;
}
.AnyTagClassName
{
color: #18BC24;
}
</style>
background-color css
<style>
a { background-color: #18BC24; }
a { background-color: rgb(24,188,36); }
div.DivClassName
{
background-color: #18BC24;
}
.BgClassName
{
background-color: #18BC24;
}
</style>
border-color css
<style>
span { border-color: #18BC24; }
span { border-color: rgb(24,188,36); }
td.TdClassName
{
border-color: #18BC24;
}
.TagClassName
{
border-color: #18BC24;
}
</style>