Shades of Lime Green #31D552
Tints of Lime Green #31D552
RGB
CMYK
RGB Variations
Color information
#31D552 (or 0x31D552) is known color: Lime Green. HEX triplet: 31, D5 and 52. RGB value is (49,213,82). Sum of RGB (Red+Green+Blue) = 49+213+82=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 213 (83.59% from 255 or 61.92% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 213 - color contains mainly: green. Hex color #31D552 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D552 is #CE2AAD. Grayscale: #959595. Windows color (decimal): -13511342 or 5428529. OLE color: 5428529.
HSL color Cylindrical-coordinate representation of color #31D552: hue angle of 132.07º 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 #31D552 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 82 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.16 |
| HSL | 132.07º | 0.66% | 0.51% | - |
| HSV(B) | 132.07º | 0.77% | 0.84% | - |
| XYZ | 26.58 | 48.85 | 16.01 | - |
| YUV | 149.03 | 90.17 | 56.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 82 | 0.77 | 0 | 0.62 | 0.16 | 132.07 | 0.66 | 0.51 |
| Hex | 31 | D5 | 52 | 4D | 0 | 3E | 10 | 84 | 42 | 33 |
| Octal | 61 | 325 | 122 | 115 | 0 | 76 | 20 | 204 | 102 | 63 |
| Binary | 110001 | 11010101 | 1010010 | 1001101 | 0 | 111110 | 10000 | 10000100 | 1000010 | 110011 |
Color Harmonies of #31D552
Complementary color
Monochromatic Colors of #31D552
Black with #31D552
Text Example
Text Example
White with #31D552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D552; }
p { color: rgb(49,213,82); }
H1.HeaderClassName
{
color: #31D552;
}
.AnyTagClassName
{
color: #31D552;
}
</style>
background-color css
<style>
a { background-color: #31D552; }
a { background-color: rgb(49,213,82); }
div.DivClassName
{
background-color: #31D552;
}
.BgClassName
{
background-color: #31D552;
}
</style>
border-color css
<style>
span { border-color: #31D552; }
span { border-color: rgb(49,213,82); }
td.TdClassName
{
border-color: #31D552;
}
.TagClassName
{
border-color: #31D552;
}
</style>