Shades of Lime Green #1ACC31
Tints of Lime Green #1ACC31
RGB
CMYK
RGB Variations
Color information
#1ACC31 (or 0x1ACC31) is known color: Lime Green. HEX triplet: 1A, CC and 31. RGB value is (26,204,49). Sum of RGB (Red+Green+Blue) = 26+204+49=279 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.32% from 279); Green value is 204 (80.08% from 255 or 73.12% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 204 - color contains mainly: green. Hex color #1ACC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACC31 is #E533CE. Grayscale: #858585. Windows color (decimal): -15021007 or 3263514. OLE color: 3263514.
HSL color Cylindrical-coordinate representation of color #1ACC31: hue angle of 127.75º 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 #1ACC31 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 26 | 204 | 49 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.2 |
| HSL | 127.75º | 0.77% | 0.45% | - |
| HSV(B) | 127.75º | 0.87% | 0.8% | - |
| XYZ | 22.57 | 43.63 | 10.14 | - |
| YUV | 133.11 | 80.53 | 51.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 204 | 49 | 0.87 | 0 | 0.76 | 0.2 | 127.75 | 0.77 | 0.45 |
| Hex | 1A | CC | 31 | 57 | 0 | 4C | 14 | 80 | 4D | 2D |
| Octal | 32 | 314 | 61 | 127 | 0 | 114 | 24 | 200 | 115 | 55 |
| Binary | 11010 | 11001100 | 110001 | 1010111 | 0 | 1001100 | 10100 | 10000000 | 1001101 | 101101 |
Color Harmonies of #1ACC31
Complementary color
Monochromatic Colors of #1ACC31
Black with #1ACC31
Text Example
Text Example
White with #1ACC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACC31; }
p { color: rgb(26,204,49); }
H1.HeaderClassName
{
color: #1ACC31;
}
.AnyTagClassName
{
color: #1ACC31;
}
</style>
background-color css
<style>
a { background-color: #1ACC31; }
a { background-color: rgb(26,204,49); }
div.DivClassName
{
background-color: #1ACC31;
}
.BgClassName
{
background-color: #1ACC31;
}
</style>
border-color css
<style>
span { border-color: #1ACC31; }
span { border-color: rgb(26,204,49); }
td.TdClassName
{
border-color: #1ACC31;
}
.TagClassName
{
border-color: #1ACC31;
}
</style>