Shades of Lime Green #18B61D
Tints of Lime Green #18B61D
RGB
CMYK
RGB Variations
Color information
#18B61D (or 0x18B61D) is known color: Lime Green. HEX triplet: 18, B6 and 1D. RGB value is (24,182,29). Sum of RGB (Red+Green+Blue) = 24+182+29=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 182 (71.48% from 255 or 77.45% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 182 - color contains mainly: green. Hex color #18B61D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B61D is #E749E2. Grayscale: #757575. Windows color (decimal): -15157731 or 1947160. OLE color: 1947160.
HSL color Cylindrical-coordinate representation of color #18B61D: hue angle of 121.9º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B61D is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 182 | 29 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.29 |
| HSL | 121.9º | 0.77% | 0.4% | - |
| HSV(B) | 121.9º | 0.87% | 0.71% | - |
| XYZ | 17.33 | 33.74 | 6.76 | - |
| YUV | 117.32 | 78.15 | 61.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 182 | 29 | 0.87 | 0 | 0.84 | 0.29 | 121.9 | 0.77 | 0.4 |
| Hex | 18 | B6 | 1D | 57 | 0 | 54 | 1D | 7A | 4D | 28 |
| Octal | 30 | 266 | 35 | 127 | 0 | 124 | 35 | 172 | 115 | 50 |
| Binary | 11000 | 10110110 | 11101 | 1010111 | 0 | 1010100 | 11101 | 1111010 | 1001101 | 101000 |
Color Harmonies of #18B61D
Complementary color
Monochromatic Colors of #18B61D
Black with #18B61D
Text Example
Text Example
White with #18B61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B61D; }
p { color: rgb(24,182,29); }
H1.HeaderClassName
{
color: #18B61D;
}
.AnyTagClassName
{
color: #18B61D;
}
</style>
background-color css
<style>
a { background-color: #18B61D; }
a { background-color: rgb(24,182,29); }
div.DivClassName
{
background-color: #18B61D;
}
.BgClassName
{
background-color: #18B61D;
}
</style>
border-color css
<style>
span { border-color: #18B61D; }
span { border-color: rgb(24,182,29); }
td.TdClassName
{
border-color: #18B61D;
}
.TagClassName
{
border-color: #18B61D;
}
</style>