Shades of Lime Green #1ACB0E
Tints of Lime Green #1ACB0E
RGB
CMYK
RGB Variations
Color information
#1ACB0E (or 0x1ACB0E) is known color: Lime Green. HEX triplet: 1A, CB and 0E. RGB value is (26,203,14). Sum of RGB (Red+Green+Blue) = 26+203+14=243 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.70% from 243); Green value is 203 (79.69% from 255 or 83.54% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACB0E is #E534F1. Grayscale: #818181. Windows color (decimal): -15021298 or 969498. OLE color: 969498.
HSL color Cylindrical-coordinate representation of color #1ACB0E: hue angle of 116.19º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1ACB0E is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 14 | - |
| CMYK | 0.87 | 0 | 0.93 | 0.20 |
| HSL | 116.19º | 0.87% | 0.43% | - |
| HSV(B) | 116.19º | 0.93% | 0.8% | - |
| XYZ | 21.86 | 42.96 | 7.56 | - |
| YUV | 128.53 | 63.36 | 54.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 14 | 0.87 | 0 | 0.93 | 0.20 | 116.19 | 0.87 | 0.43 |
| Hex | 1A | CB | E | 57 | 0 | 5D | 14 | 74 | 57 | 2B |
| Octal | 32 | 313 | 16 | 127 | 0 | 135 | 24 | 164 | 127 | 53 |
| Binary | 11010 | 11001011 | 1110 | 1010111 | 0 | 1011101 | 10100 | 1110100 | 1010111 | 101011 |
Color Harmonies of #1ACB0E
Complementary color
Monochromatic Colors of #1ACB0E
Black with #1ACB0E
Text Example
Text Example
White with #1ACB0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB0E; }
p { color: rgb(26,203,14); }
H1.HeaderClassName
{
color: #1ACB0E;
}
.AnyTagClassName
{
color: #1ACB0E;
}
</style>
background-color css
<style>
a { background-color: #1ACB0E; }
a { background-color: rgb(26,203,14); }
div.DivClassName
{
background-color: #1ACB0E;
}
.BgClassName
{
background-color: #1ACB0E;
}
</style>
border-color css
<style>
span { border-color: #1ACB0E; }
span { border-color: rgb(26,203,14); }
td.TdClassName
{
border-color: #1ACB0E;
}
.TagClassName
{
border-color: #1ACB0E;
}
</style>