Shades of Lime Green #1ACB31
Tints of Lime Green #1ACB31
RGB
CMYK
RGB Variations
Color information
#1ACB31 (or 0x1ACB31) is known color: Lime Green. HEX triplet: 1A, CB and 31. RGB value is (26,203,49). Sum of RGB (Red+Green+Blue) = 26+203+49=278 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.35% from 278); Green value is 203 (79.69% from 255 or 73.02% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 203 - color contains mainly: green. Hex color #1ACB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACB31 is #E534CE. Grayscale: #848484. Windows color (decimal): -15021263 or 3263258. OLE color: 3263258.
HSL color Cylindrical-coordinate representation of color #1ACB31: hue angle of 127.8º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACB31 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 203 | 49 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.20 |
| HSL | 127.8º | 0.77% | 0.45% | - |
| HSV(B) | 127.8º | 0.87% | 0.8% | - |
| XYZ | 22.34 | 43.15 | 10.06 | - |
| YUV | 132.52 | 80.86 | 52.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 203 | 49 | 0.87 | 0 | 0.76 | 0.20 | 127.8 | 0.77 | 0.45 |
| Hex | 1A | CB | 31 | 57 | 0 | 4C | 14 | 80 | 4D | 2D |
| Octal | 32 | 313 | 61 | 127 | 0 | 114 | 24 | 200 | 115 | 55 |
| Binary | 11010 | 11001011 | 110001 | 1010111 | 0 | 1001100 | 10100 | 10000000 | 1001101 | 101101 |
Color Harmonies of #1ACB31
Complementary color
Monochromatic Colors of #1ACB31
Black with #1ACB31
Text Example
Text Example
White with #1ACB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACB31; }
p { color: rgb(26,203,49); }
H1.HeaderClassName
{
color: #1ACB31;
}
.AnyTagClassName
{
color: #1ACB31;
}
</style>
background-color css
<style>
a { background-color: #1ACB31; }
a { background-color: rgb(26,203,49); }
div.DivClassName
{
background-color: #1ACB31;
}
.BgClassName
{
background-color: #1ACB31;
}
</style>
border-color css
<style>
span { border-color: #1ACB31; }
span { border-color: rgb(26,203,49); }
td.TdClassName
{
border-color: #1ACB31;
}
.TagClassName
{
border-color: #1ACB31;
}
</style>