Shades of Lime Green #18B71B
Tints of Lime Green #18B71B
RGB
CMYK
RGB Variations
Color information
#18B71B (or 0x18B71B) is known color: Lime Green. HEX triplet: 18, B7 and 1B. RGB value is (24,183,27). Sum of RGB (Red+Green+Blue) = 24+183+27=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 183 (71.88% from 255 or 78.21% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 183 - color contains mainly: green. Hex color #18B71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18B71B is #E748E4. Grayscale: #767676. Windows color (decimal): -15157477 or 1816344. OLE color: 1816344.
HSL color Cylindrical-coordinate representation of color #18B71B: hue angle of 121.13º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18B71B is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 183 | 27 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.28 |
| HSL | 121.13º | 0.77% | 0.41% | - |
| HSV(B) | 121.13º | 0.87% | 0.72% | - |
| XYZ | 17.51 | 34.14 | 6.7 | - |
| YUV | 117.68 | 76.82 | 61.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 183 | 27 | 0.87 | 0 | 0.85 | 0.28 | 121.13 | 0.77 | 0.41 |
| Hex | 18 | B7 | 1B | 57 | 0 | 55 | 1C | 79 | 4D | 29 |
| Octal | 30 | 267 | 33 | 127 | 0 | 125 | 34 | 171 | 115 | 51 |
| Binary | 11000 | 10110111 | 11011 | 1010111 | 0 | 1010101 | 11100 | 1111001 | 1001101 | 101001 |
Color Harmonies of #18B71B
Complementary color
Monochromatic Colors of #18B71B
Black with #18B71B
Text Example
Text Example
White with #18B71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18B71B; }
p { color: rgb(24,183,27); }
H1.HeaderClassName
{
color: #18B71B;
}
.AnyTagClassName
{
color: #18B71B;
}
</style>
background-color css
<style>
a { background-color: #18B71B; }
a { background-color: rgb(24,183,27); }
div.DivClassName
{
background-color: #18B71B;
}
.BgClassName
{
background-color: #18B71B;
}
</style>
border-color css
<style>
span { border-color: #18B71B; }
span { border-color: rgb(24,183,27); }
td.TdClassName
{
border-color: #18B71B;
}
.TagClassName
{
border-color: #18B71B;
}
</style>