Shades of Lime Green #18C71B
Tints of Lime Green #18C71B
RGB
CMYK
RGB Variations
Color information
#18C71B (or 0x18C71B) is known color: Lime Green. HEX triplet: 18, C7 and 1B. RGB value is (24,199,27). Sum of RGB (Red+Green+Blue) = 24+199+27=250 (33% of max value = 765). Red value is 24 (9.77% from 255 or 9.6% from 250); Green value is 199 (78.12% from 255 or 79.6% from 250); Blue value is 27 (10.94% from 255 or 10.8% from 250); Max value from RGB is 199 - color contains mainly: green. Hex color #18C71B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #18C71B is #E738E4. Grayscale: #7F7F7F. Windows color (decimal): -15153381 or 1820440. OLE color: 1820440.
HSL color Cylindrical-coordinate representation of color #18C71B: hue angle of 121.03º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18C71B is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 199 | 27 | - |
| CMYK | 0.88 | 0 | 0.86 | 0.22 |
| HSL | 121.03º | 0.78% | 0.44% | - |
| HSV(B) | 121.03º | 0.88% | 0.78% | - |
| XYZ | 21 | 41.12 | 7.87 | - |
| YUV | 127.07 | 71.52 | 54.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 199 | 27 | 0.88 | 0 | 0.86 | 0.22 | 121.03 | 0.78 | 0.44 |
| Hex | 18 | C7 | 1B | 58 | 0 | 56 | 16 | 79 | 4E | 2C |
| Octal | 30 | 307 | 33 | 130 | 0 | 126 | 26 | 171 | 116 | 54 |
| Binary | 11000 | 11000111 | 11011 | 1011000 | 0 | 1010110 | 10110 | 1111001 | 1001110 | 101100 |
Color Harmonies of #18C71B
Complementary color
Monochromatic Colors of #18C71B
Black with #18C71B
Text Example
Text Example
White with #18C71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18C71B; }
p { color: rgb(24,199,27); }
H1.HeaderClassName
{
color: #18C71B;
}
.AnyTagClassName
{
color: #18C71B;
}
</style>
background-color css
<style>
a { background-color: #18C71B; }
a { background-color: rgb(24,199,27); }
div.DivClassName
{
background-color: #18C71B;
}
.BgClassName
{
background-color: #18C71B;
}
</style>
border-color css
<style>
span { border-color: #18C71B; }
span { border-color: rgb(24,199,27); }
td.TdClassName
{
border-color: #18C71B;
}
.TagClassName
{
border-color: #18C71B;
}
</style>