Shades of Lime Green #31D53D
Tints of Lime Green #31D53D
RGB
CMYK
RGB Variations
Color information
#31D53D (or 0x31D53D) is known color: Lime Green. HEX triplet: 31, D5 and 3D. RGB value is (49,213,61). Sum of RGB (Red+Green+Blue) = 49+213+61=323 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.17% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 61 (24.22% from 255 or 18.89% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #31D53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D53D is #CE2AC2. Grayscale: #939393. Windows color (decimal): -13511363 or 4052273. OLE color: 4052273.
HSL color Cylindrical-coordinate representation of color #31D53D: hue angle of 124.39º 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 #31D53D is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 61 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.16 |
| HSL | 124.39º | 0.66% | 0.51% | - |
| HSV(B) | 124.39º | 0.77% | 0.84% | - |
| XYZ | 25.9 | 48.58 | 12.43 | - |
| YUV | 146.64 | 79.67 | 58.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 61 | 0.77 | 0 | 0.71 | 0.16 | 124.39 | 0.66 | 0.51 |
| Hex | 31 | D5 | 3D | 4D | 0 | 47 | 10 | 7C | 42 | 33 |
| Octal | 61 | 325 | 75 | 115 | 0 | 107 | 20 | 174 | 102 | 63 |
| Binary | 110001 | 11010101 | 111101 | 1001101 | 0 | 1000111 | 10000 | 1111100 | 1000010 | 110011 |
Color Harmonies of #31D53D
Complementary color
Monochromatic Colors of #31D53D
Black with #31D53D
Text Example
Text Example
White with #31D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D53D; }
p { color: rgb(49,213,61); }
H1.HeaderClassName
{
color: #31D53D;
}
.AnyTagClassName
{
color: #31D53D;
}
</style>
background-color css
<style>
a { background-color: #31D53D; }
a { background-color: rgb(49,213,61); }
div.DivClassName
{
background-color: #31D53D;
}
.BgClassName
{
background-color: #31D53D;
}
</style>
border-color css
<style>
span { border-color: #31D53D; }
span { border-color: rgb(49,213,61); }
td.TdClassName
{
border-color: #31D53D;
}
.TagClassName
{
border-color: #31D53D;
}
</style>