Shades of Lime Green #1ACC1F
Tints of Lime Green #1ACC1F
RGB
CMYK
RGB Variations
Color information
#1ACC1F (or 0x1ACC1F) is known color: Lime Green. HEX triplet: 1A, CC and 1F. RGB value is (26,204,31). Sum of RGB (Red+Green+Blue) = 26+204+31=261 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.96% from 261); Green value is 204 (80.08% from 255 or 78.16% from 261); Blue value is 31 (12.5% from 255 or 11.88% from 261); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACC1F is #E533E0. Grayscale: #838383. Windows color (decimal): -15021025 or 2083866. OLE color: 2083866.
HSL color Cylindrical-coordinate representation of color #1ACC1F: hue angle of 121.69º 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 #1ACC1F is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 31 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.2 |
| HSL | 121.69º | 0.77% | 0.45% | - |
| HSV(B) | 121.69º | 0.87% | 0.8% | - |
| XYZ | 22.27 | 43.5 | 8.52 | - |
| YUV | 131.06 | 71.53 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 31 | 0.87 | 0 | 0.85 | 0.2 | 121.69 | 0.77 | 0.45 |
| Hex | 1A | CC | 1F | 57 | 0 | 55 | 14 | 7A | 4D | 2D |
| Octal | 32 | 314 | 37 | 127 | 0 | 125 | 24 | 172 | 115 | 55 |
| Binary | 11010 | 11001100 | 11111 | 1010111 | 0 | 1010101 | 10100 | 1111010 | 1001101 | 101101 |
Color Harmonies of #1ACC1F
Complementary color
Monochromatic Colors of #1ACC1F
Black with #1ACC1F
Text Example
Text Example
White with #1ACC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC1F; }
p { color: rgb(26,204,31); }
H1.HeaderClassName
{
color: #1ACC1F;
}
.AnyTagClassName
{
color: #1ACC1F;
}
</style>
background-color css
<style>
a { background-color: #1ACC1F; }
a { background-color: rgb(26,204,31); }
div.DivClassName
{
background-color: #1ACC1F;
}
.BgClassName
{
background-color: #1ACC1F;
}
</style>
border-color css
<style>
span { border-color: #1ACC1F; }
span { border-color: rgb(26,204,31); }
td.TdClassName
{
border-color: #1ACC1F;
}
.TagClassName
{
border-color: #1ACC1F;
}
</style>