Shades of Lime Green #31B738
Tints of Lime Green #31B738
RGB
CMYK
RGB Variations
Color information
#31B738 (or 0x31B738) is known color: Lime Green. HEX triplet: 31, B7 and 38. RGB value is (49,183,56). Sum of RGB (Red+Green+Blue) = 49+183+56=288 (38% of max value = 765). Red value is 49 (19.53% from 255 or 17.01% from 288); Green value is 183 (71.88% from 255 or 63.54% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 183 - color contains mainly: green. Hex color #31B738 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B738 is #CE48C7. Grayscale: #808080. Windows color (decimal): -13519048 or 3716913. OLE color: 3716913.
HSL color Cylindrical-coordinate representation of color #31B738: hue angle of 123.13º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B738 is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 183 | 56 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.28 |
| HSL | 123.13º | 0.58% | 0.45% | - |
| HSV(B) | 123.13º | 0.73% | 0.72% | - |
| XYZ | 18.91 | 34.81 | 9.46 | - |
| YUV | 128.46 | 87.11 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 183 | 56 | 0.73 | 0 | 0.69 | 0.28 | 123.13 | 0.58 | 0.45 |
| Hex | 31 | B7 | 38 | 49 | 0 | 45 | 1C | 7B | 3A | 2D |
| Octal | 61 | 267 | 70 | 111 | 0 | 105 | 34 | 173 | 72 | 55 |
| Binary | 110001 | 10110111 | 111000 | 1001001 | 0 | 1000101 | 11100 | 1111011 | 111010 | 101101 |
Color Harmonies of #31B738
Complementary color
Monochromatic Colors of #31B738
Black with #31B738
Text Example
Text Example
White with #31B738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B738; }
p { color: rgb(49,183,56); }
H1.HeaderClassName
{
color: #31B738;
}
.AnyTagClassName
{
color: #31B738;
}
</style>
background-color css
<style>
a { background-color: #31B738; }
a { background-color: rgb(49,183,56); }
div.DivClassName
{
background-color: #31B738;
}
.BgClassName
{
background-color: #31B738;
}
</style>
border-color css
<style>
span { border-color: #31B738; }
span { border-color: rgb(49,183,56); }
td.TdClassName
{
border-color: #31B738;
}
.TagClassName
{
border-color: #31B738;
}
</style>