Shades of Lime Green #31AC2C
Tints of Lime Green #31AC2C
RGB
CMYK
RGB Variations
Color information
#31AC2C (or 0x31AC2C) is known color: Lime Green. HEX triplet: 31, AC and 2C. RGB value is (49,172,44). Sum of RGB (Red+Green+Blue) = 49+172+44=265 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.49% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC2C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC2C is #CE53D3. Grayscale: #797979. Windows color (decimal): -13521876 or 2927665. OLE color: 2927665.
HSL color Cylindrical-coordinate representation of color #31AC2C: hue angle of 117.66º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31AC2C is Cyan = 0.72, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 44 | - |
| CMYK | 0.72 | 0 | 0.74 | 0.33 |
| HSL | 117.66º | 0.59% | 0.42% | - |
| HSV(B) | 117.66º | 0.74% | 0.67% | - |
| XYZ | 16.47 | 30.34 | 7.37 | - |
| YUV | 120.63 | 84.75 | 76.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 44 | 0.72 | 0 | 0.74 | 0.33 | 117.66 | 0.59 | 0.42 |
| Hex | 31 | AC | 2C | 48 | 0 | 4A | 21 | 76 | 3B | 2A |
| Octal | 61 | 254 | 54 | 110 | 0 | 112 | 41 | 166 | 73 | 52 |
| Binary | 110001 | 10101100 | 101100 | 1001000 | 0 | 1001010 | 100001 | 1110110 | 111011 | 101010 |
Color Harmonies of #31AC2C
Complementary color
Monochromatic Colors of #31AC2C
Black with #31AC2C
Text Example
Text Example
White with #31AC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC2C; }
p { color: rgb(49,172,44); }
H1.HeaderClassName
{
color: #31AC2C;
}
.AnyTagClassName
{
color: #31AC2C;
}
</style>
background-color css
<style>
a { background-color: #31AC2C; }
a { background-color: rgb(49,172,44); }
div.DivClassName
{
background-color: #31AC2C;
}
.BgClassName
{
background-color: #31AC2C;
}
</style>
border-color css
<style>
span { border-color: #31AC2C; }
span { border-color: rgb(49,172,44); }
td.TdClassName
{
border-color: #31AC2C;
}
.TagClassName
{
border-color: #31AC2C;
}
</style>