Shades of Lime Green #31B131
Tints of Lime Green #31B131
RGB
CMYK
RGB Variations
Color information
#31B131 (or 0x31B131) is known color: Lime Green. HEX triplet: 31, B1 and 31. RGB value is (49,177,49). Sum of RGB (Red+Green+Blue) = 49+177+49=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 177 (69.53% from 255 or 64.36% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 177 - color contains mainly: green. Hex color #31B131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B131 is #CE4ECE. Grayscale: #7C7C7C. Windows color (decimal): -13520591 or 3256625. OLE color: 3256625.
HSL color Cylindrical-coordinate representation of color #31B131: hue angle of 120º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B131 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 177 | 49 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.31 |
| HSL | 120º | 0.57% | 0.44% | - |
| HSV(B) | 120º | 0.72% | 0.69% | - |
| XYZ | 17.54 | 32.32 | 8.22 | - |
| YUV | 124.14 | 85.59 | 74.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 177 | 49 | 0.72 | 0 | 0.72 | 0.31 | 120 | 0.57 | 0.44 |
| Hex | 31 | B1 | 31 | 48 | 0 | 48 | 1F | 78 | 39 | 2C |
| Octal | 61 | 261 | 61 | 110 | 0 | 110 | 37 | 170 | 71 | 54 |
| Binary | 110001 | 10110001 | 110001 | 1001000 | 0 | 1001000 | 11111 | 1111000 | 111001 | 101100 |
Color Harmonies of #31B131
Complementary color
Monochromatic Colors of #31B131
Black with #31B131
Text Example
Text Example
White with #31B131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B131; }
p { color: rgb(49,177,49); }
H1.HeaderClassName
{
color: #31B131;
}
.AnyTagClassName
{
color: #31B131;
}
</style>
background-color css
<style>
a { background-color: #31B131; }
a { background-color: rgb(49,177,49); }
div.DivClassName
{
background-color: #31B131;
}
.BgClassName
{
background-color: #31B131;
}
</style>
border-color css
<style>
span { border-color: #31B131; }
span { border-color: rgb(49,177,49); }
td.TdClassName
{
border-color: #31B131;
}
.TagClassName
{
border-color: #31B131;
}
</style>