Shades of Lime Green #31D739
Tints of Lime Green #31D739
RGB
CMYK
RGB Variations
Color information
#31D739 (or 0x31D739) is known color: Lime Green. HEX triplet: 31, D7 and 39. RGB value is (49,215,57). Sum of RGB (Red+Green+Blue) = 49+215+57=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 215 (84.38% from 255 or 66.98% from 321); Blue value is 57 (22.66% from 255 or 17.76% from 321); Max value from RGB is 215 - color contains mainly: green. Hex color #31D739 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D739 is #CE28C6. Grayscale: #939393. Windows color (decimal): -13510855 or 3790641. OLE color: 3790641.
HSL color Cylindrical-coordinate representation of color #31D739: hue angle of 122.89º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D739 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 57 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.16 |
| HSL | 122.89º | 0.67% | 0.52% | - |
| HSV(B) | 122.89º | 0.77% | 0.84% | - |
| XYZ | 26.31 | 49.55 | 12.05 | - |
| YUV | 147.35 | 77 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 57 | 0.77 | 0 | 0.73 | 0.16 | 122.89 | 0.67 | 0.52 |
| Hex | 31 | D7 | 39 | 4D | 0 | 49 | 10 | 7B | 43 | 34 |
| Octal | 61 | 327 | 71 | 115 | 0 | 111 | 20 | 173 | 103 | 64 |
| Binary | 110001 | 11010111 | 111001 | 1001101 | 0 | 1001001 | 10000 | 1111011 | 1000011 | 110100 |
Color Harmonies of #31D739
Complementary color
Monochromatic Colors of #31D739
Black with #31D739
Text Example
Text Example
White with #31D739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D739; }
p { color: rgb(49,215,57); }
H1.HeaderClassName
{
color: #31D739;
}
.AnyTagClassName
{
color: #31D739;
}
</style>
background-color css
<style>
a { background-color: #31D739; }
a { background-color: rgb(49,215,57); }
div.DivClassName
{
background-color: #31D739;
}
.BgClassName
{
background-color: #31D739;
}
</style>
border-color css
<style>
span { border-color: #31D739; }
span { border-color: rgb(49,215,57); }
td.TdClassName
{
border-color: #31D739;
}
.TagClassName
{
border-color: #31D739;
}
</style>