Shades of Lime Green #31D152
Tints of Lime Green #31D152
RGB
CMYK
RGB Variations
Color information
#31D152 (or 0x31D152) is known color: Lime Green. HEX triplet: 31, D1 and 52. RGB value is (49,209,82). Sum of RGB (Red+Green+Blue) = 49+209+82=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 209 (82.03% from 255 or 61.47% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 209 - color contains mainly: green. Hex color #31D152 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31D152 is #CE2EAD. Grayscale: #939393. Windows color (decimal): -13512366 or 5427505. OLE color: 5427505.
HSL color Cylindrical-coordinate representation of color #31D152: hue angle of 132.38º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D152 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 209 | 82 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.18 |
| HSL | 132.38º | 0.63% | 0.51% | - |
| HSV(B) | 132.38º | 0.77% | 0.82% | - |
| XYZ | 25.59 | 46.86 | 15.68 | - |
| YUV | 146.68 | 91.49 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 209 | 82 | 0.77 | 0 | 0.61 | 0.18 | 132.38 | 0.63 | 0.51 |
| Hex | 31 | D1 | 52 | 4D | 0 | 3D | 12 | 84 | 3F | 33 |
| Octal | 61 | 321 | 122 | 115 | 0 | 75 | 22 | 204 | 77 | 63 |
| Binary | 110001 | 11010001 | 1010010 | 1001101 | 0 | 111101 | 10010 | 10000100 | 111111 | 110011 |
Color Harmonies of #31D152
Complementary color
Monochromatic Colors of #31D152
Black with #31D152
Text Example
Text Example
White with #31D152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D152; }
p { color: rgb(49,209,82); }
H1.HeaderClassName
{
color: #31D152;
}
.AnyTagClassName
{
color: #31D152;
}
</style>
background-color css
<style>
a { background-color: #31D152; }
a { background-color: rgb(49,209,82); }
div.DivClassName
{
background-color: #31D152;
}
.BgClassName
{
background-color: #31D152;
}
</style>
border-color css
<style>
span { border-color: #31D152; }
span { border-color: rgb(49,209,82); }
td.TdClassName
{
border-color: #31D152;
}
.TagClassName
{
border-color: #31D152;
}
</style>