Shades of Lime Green #31AD37
Tints of Lime Green #31AD37
RGB
CMYK
RGB Variations
Color information
#31AD37 (or 0x31AD37) is known color: Lime Green. HEX triplet: 31, AD and 37. RGB value is (49,173,55). Sum of RGB (Red+Green+Blue) = 49+173+55=277 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.69% from 277); Green value is 173 (67.97% from 255 or 62.45% from 277); Blue value is 55 (21.88% from 255 or 19.86% from 277); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD37 is #CE52C8. Grayscale: #7A7A7A. Windows color (decimal): -13521609 or 3648817. OLE color: 3648817.
HSL color Cylindrical-coordinate representation of color #31AD37: hue angle of 122.9º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31AD37 is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 55 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.32 |
| HSL | 122.9º | 0.56% | 0.44% | - |
| HSV(B) | 122.9º | 0.72% | 0.68% | - |
| XYZ | 16.9 | 30.82 | 8.67 | - |
| YUV | 122.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 55 | 0.72 | 0 | 0.68 | 0.32 | 122.9 | 0.56 | 0.44 |
| Hex | 31 | AD | 37 | 48 | 0 | 44 | 20 | 7B | 38 | 2C |
| Octal | 61 | 255 | 67 | 110 | 0 | 104 | 40 | 173 | 70 | 54 |
| Binary | 110001 | 10101101 | 110111 | 1001000 | 0 | 1000100 | 100000 | 1111011 | 111000 | 101100 |
Color Harmonies of #31AD37
Complementary color
Monochromatic Colors of #31AD37
Black with #31AD37
Text Example
Text Example
White with #31AD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD37; }
p { color: rgb(49,173,55); }
H1.HeaderClassName
{
color: #31AD37;
}
.AnyTagClassName
{
color: #31AD37;
}
</style>
background-color css
<style>
a { background-color: #31AD37; }
a { background-color: rgb(49,173,55); }
div.DivClassName
{
background-color: #31AD37;
}
.BgClassName
{
background-color: #31AD37;
}
</style>
border-color css
<style>
span { border-color: #31AD37; }
span { border-color: rgb(49,173,55); }
td.TdClassName
{
border-color: #31AD37;
}
.TagClassName
{
border-color: #31AD37;
}
</style>