Shades of Lime Green #31AC3A
Tints of Lime Green #31AC3A
RGB
CMYK
RGB Variations
Color information
#31AC3A (or 0x31AC3A) is known color: Lime Green. HEX triplet: 31, AC and 3A. RGB value is (49,172,58). Sum of RGB (Red+Green+Blue) = 49+172+58=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 172 (67.58% from 255 or 61.65% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 172 - color contains mainly: green. Hex color #31AC3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AC3A is #CE53C5. Grayscale: #7A7A7A. Windows color (decimal): -13521862 or 3845169. OLE color: 3845169.
HSL color Cylindrical-coordinate representation of color #31AC3A: hue angle of 124.39º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AC3A is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 172 | 58 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.33 |
| HSL | 124.39º | 0.56% | 0.43% | - |
| HSV(B) | 124.39º | 0.72% | 0.67% | - |
| XYZ | 16.78 | 30.46 | 9 | - |
| YUV | 122.23 | 91.75 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 172 | 58 | 0.72 | 0 | 0.66 | 0.33 | 124.39 | 0.56 | 0.43 |
| Hex | 31 | AC | 3A | 48 | 0 | 42 | 21 | 7C | 38 | 2B |
| Octal | 61 | 254 | 72 | 110 | 0 | 102 | 41 | 174 | 70 | 53 |
| Binary | 110001 | 10101100 | 111010 | 1001000 | 0 | 1000010 | 100001 | 1111100 | 111000 | 101011 |
Color Harmonies of #31AC3A
Complementary color
Monochromatic Colors of #31AC3A
Black with #31AC3A
Text Example
Text Example
White with #31AC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AC3A; }
p { color: rgb(49,172,58); }
H1.HeaderClassName
{
color: #31AC3A;
}
.AnyTagClassName
{
color: #31AC3A;
}
</style>
background-color css
<style>
a { background-color: #31AC3A; }
a { background-color: rgb(49,172,58); }
div.DivClassName
{
background-color: #31AC3A;
}
.BgClassName
{
background-color: #31AC3A;
}
</style>
border-color css
<style>
span { border-color: #31AC3A; }
span { border-color: rgb(49,172,58); }
td.TdClassName
{
border-color: #31AC3A;
}
.TagClassName
{
border-color: #31AC3A;
}
</style>