Shades of Lime Green #31AD39
Tints of Lime Green #31AD39
RGB
CMYK
RGB Variations
Color information
#31AD39 (or 0x31AD39) is known color: Lime Green. HEX triplet: 31, AD and 39. RGB value is (49,173,57). Sum of RGB (Red+Green+Blue) = 49+173+57=279 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.56% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #31AD39 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31AD39 is #CE52C6. Grayscale: #7B7B7B. Windows color (decimal): -13521607 or 3779889. OLE color: 3779889.
HSL color Cylindrical-coordinate representation of color #31AD39: hue angle of 123.87º 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 #31AD39 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 173 | 57 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.32 |
| HSL | 123.87º | 0.56% | 0.44% | - |
| HSV(B) | 123.87º | 0.72% | 0.68% | - |
| XYZ | 16.95 | 30.84 | 8.93 | - |
| YUV | 122.7 | 90.92 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 173 | 57 | 0.72 | 0 | 0.67 | 0.32 | 123.87 | 0.56 | 0.44 |
| Hex | 31 | AD | 39 | 48 | 0 | 43 | 20 | 7C | 38 | 2C |
| Octal | 61 | 255 | 71 | 110 | 0 | 103 | 40 | 174 | 70 | 54 |
| Binary | 110001 | 10101101 | 111001 | 1001000 | 0 | 1000011 | 100000 | 1111100 | 111000 | 101100 |
Color Harmonies of #31AD39
Complementary color
Monochromatic Colors of #31AD39
Black with #31AD39
Text Example
Text Example
White with #31AD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31AD39; }
p { color: rgb(49,173,57); }
H1.HeaderClassName
{
color: #31AD39;
}
.AnyTagClassName
{
color: #31AD39;
}
</style>
background-color css
<style>
a { background-color: #31AD39; }
a { background-color: rgb(49,173,57); }
div.DivClassName
{
background-color: #31AD39;
}
.BgClassName
{
background-color: #31AD39;
}
</style>
border-color css
<style>
span { border-color: #31AD39; }
span { border-color: rgb(49,173,57); }
td.TdClassName
{
border-color: #31AD39;
}
.TagClassName
{
border-color: #31AD39;
}
</style>