Shades of Lime Green #31AD31
Tints of Lime Green #31AD31
RGB
CMYK
RGB Variations
Color information
#31AD31 (or 0x31AD31) is known color: Lime Green. HEX triplet: 31, AD and 31. RGB value is (49,173,49). Sum of RGB (Red+Green+Blue) = 49+173+49=271 (35% of max value = 765). Red value is 49 (19.53% from 255 or 18.08% from 271); Green value is 173 (67.97% from 255 or 63.84% from 271); Blue value is 49 (19.53% from 255 or 18.08% from 271); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD31 is #CE52CE. Grayscale: #7A7A7A. Windows color (decimal): -13521615 or 3255601. OLE color: 3255601.
HSL color Cylindrical-coordinate representation of color #31AD31: hue angle of 120º 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 #31AD31 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 49 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.32 |
| HSL | 120º | 0.56% | 0.44% | - |
| HSV(B) | 120º | 0.72% | 0.68% | - |
| XYZ | 16.76 | 30.76 | 7.96 | - |
| YUV | 121.79 | 86.92 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 49 | 0.72 | 0 | 0.72 | 0.32 | 120 | 0.56 | 0.44 |
| Hex | 31 | AD | 31 | 48 | 0 | 48 | 20 | 78 | 38 | 2C |
| Octal | 61 | 255 | 61 | 110 | 0 | 110 | 40 | 170 | 70 | 54 |
| Binary | 110001 | 10101101 | 110001 | 1001000 | 0 | 1001000 | 100000 | 1111000 | 111000 | 101100 |
Color Harmonies of #31AD31
Complementary color
Monochromatic Colors of #31AD31
Black with #31AD31
Text Example
Text Example
White with #31AD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD31; }
p { color: rgb(49,173,49); }
H1.HeaderClassName
{
color: #31AD31;
}
.AnyTagClassName
{
color: #31AD31;
}
</style>
background-color css
<style>
a { background-color: #31AD31; }
a { background-color: rgb(49,173,49); }
div.DivClassName
{
background-color: #31AD31;
}
.BgClassName
{
background-color: #31AD31;
}
</style>
border-color css
<style>
span { border-color: #31AD31; }
span { border-color: rgb(49,173,49); }
td.TdClassName
{
border-color: #31AD31;
}
.TagClassName
{
border-color: #31AD31;
}
</style>