Shades of Lime Green #31D932
Tints of Lime Green #31D932
RGB
CMYK
RGB Variations
Color information
#31D932 (or 0x31D932) is known color: Lime Green. HEX triplet: 31, D9 and 32. RGB value is (49,217,50). Sum of RGB (Red+Green+Blue) = 49+217+50=316 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.51% from 316); Green value is 217 (85.16% from 255 or 68.67% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 217 - color contains mainly: green. Hex color #31D932 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D932 is #CE26CD. Grayscale: #949494. Windows color (decimal): -13510350 or 3332401. OLE color: 3332401.
HSL color Cylindrical-coordinate representation of color #31D932: hue angle of 120.36º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D932 is Cyan = 0.77, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 50 | - |
| CMYK | 0.77 | 0 | 0.77 | 0.15 |
| HSL | 120.36º | 0.69% | 0.52% | - |
| HSV(B) | 120.36º | 0.77% | 0.85% | - |
| XYZ | 26.66 | 50.51 | 11.36 | - |
| YUV | 147.73 | 72.84 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 50 | 0.77 | 0 | 0.77 | 0.15 | 120.36 | 0.69 | 0.52 |
| Hex | 31 | D9 | 32 | 4D | 0 | 4D | F | 78 | 45 | 34 |
| Octal | 61 | 331 | 62 | 115 | 0 | 115 | 17 | 170 | 105 | 64 |
| Binary | 110001 | 11011001 | 110010 | 1001101 | 0 | 1001101 | 1111 | 1111000 | 1000101 | 110100 |
Color Harmonies of #31D932
Complementary color
Monochromatic Colors of #31D932
Black with #31D932
Text Example
Text Example
White with #31D932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D932; }
p { color: rgb(49,217,50); }
H1.HeaderClassName
{
color: #31D932;
}
.AnyTagClassName
{
color: #31D932;
}
</style>
background-color css
<style>
a { background-color: #31D932; }
a { background-color: rgb(49,217,50); }
div.DivClassName
{
background-color: #31D932;
}
.BgClassName
{
background-color: #31D932;
}
</style>
border-color css
<style>
span { border-color: #31D932; }
span { border-color: rgb(49,217,50); }
td.TdClassName
{
border-color: #31D932;
}
.TagClassName
{
border-color: #31D932;
}
</style>