Shades of Lime Green #31D538
Tints of Lime Green #31D538
RGB
CMYK
RGB Variations
Color information
#31D538 (or 0x31D538) is known color: Lime Green. HEX triplet: 31, D5 and 38. RGB value is (49,213,56). Sum of RGB (Red+Green+Blue) = 49+213+56=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 213 (83.59% from 255 or 66.98% from 318); Blue value is 56 (22.27% from 255 or 17.61% from 318); Max value from RGB is 213 - color contains mainly: green. Hex color #31D538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D538 is #CE2AC7. Grayscale: #929292. Windows color (decimal): -13511368 or 3724593. OLE color: 3724593.
HSL color Cylindrical-coordinate representation of color #31D538: hue angle of 122.56º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D538 is Cyan = 0.77, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 56 | - |
| CMYK | 0.77 | 0 | 0.74 | 0.16 |
| HSL | 122.56º | 0.66% | 0.51% | - |
| HSV(B) | 122.56º | 0.77% | 0.84% | - |
| XYZ | 25.77 | 48.53 | 11.75 | - |
| YUV | 146.07 | 77.17 | 58.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 56 | 0.77 | 0 | 0.74 | 0.16 | 122.56 | 0.66 | 0.51 |
| Hex | 31 | D5 | 38 | 4D | 0 | 4A | 10 | 7B | 42 | 33 |
| Octal | 61 | 325 | 70 | 115 | 0 | 112 | 20 | 173 | 102 | 63 |
| Binary | 110001 | 11010101 | 111000 | 1001101 | 0 | 1001010 | 10000 | 1111011 | 1000010 | 110011 |
Color Harmonies of #31D538
Complementary color
Monochromatic Colors of #31D538
Black with #31D538
Text Example
Text Example
White with #31D538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D538; }
p { color: rgb(49,213,56); }
H1.HeaderClassName
{
color: #31D538;
}
.AnyTagClassName
{
color: #31D538;
}
</style>
background-color css
<style>
a { background-color: #31D538; }
a { background-color: rgb(49,213,56); }
div.DivClassName
{
background-color: #31D538;
}
.BgClassName
{
background-color: #31D538;
}
</style>
border-color css
<style>
span { border-color: #31D538; }
span { border-color: rgb(49,213,56); }
td.TdClassName
{
border-color: #31D538;
}
.TagClassName
{
border-color: #31D538;
}
</style>