Shades of Lime Green #31BB4A
Tints of Lime Green #31BB4A
RGB
CMYK
RGB Variations
Color information
#31BB4A (or 0x31BB4A) is known color: Lime Green. HEX triplet: 31, BB and 4A. RGB value is (49,187,74). Sum of RGB (Red+Green+Blue) = 49+187+74=310 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.81% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB4A is #CE44B5. Grayscale: #858585. Windows color (decimal): -13518006 or 4897585. OLE color: 4897585.
HSL color Cylindrical-coordinate representation of color #31BB4A: hue angle of 130.87º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BB4A is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 74 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.27 |
| HSL | 130.87º | 0.58% | 0.46% | - |
| HSV(B) | 130.87º | 0.74% | 0.73% | - |
| XYZ | 20.27 | 36.69 | 12.49 | - |
| YUV | 132.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 74 | 0.74 | 0 | 0.60 | 0.27 | 130.87 | 0.58 | 0.46 |
| Hex | 31 | BB | 4A | 4A | 0 | 3C | 1B | 83 | 3A | 2E |
| Octal | 61 | 273 | 112 | 112 | 0 | 74 | 33 | 203 | 72 | 56 |
| Binary | 110001 | 10111011 | 1001010 | 1001010 | 0 | 111100 | 11011 | 10000011 | 111010 | 101110 |
Color Harmonies of #31BB4A
Complementary color
Monochromatic Colors of #31BB4A
Black with #31BB4A
Text Example
Text Example
White with #31BB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB4A; }
p { color: rgb(49,187,74); }
H1.HeaderClassName
{
color: #31BB4A;
}
.AnyTagClassName
{
color: #31BB4A;
}
</style>
background-color css
<style>
a { background-color: #31BB4A; }
a { background-color: rgb(49,187,74); }
div.DivClassName
{
background-color: #31BB4A;
}
.BgClassName
{
background-color: #31BB4A;
}
</style>
border-color css
<style>
span { border-color: #31BB4A; }
span { border-color: rgb(49,187,74); }
td.TdClassName
{
border-color: #31BB4A;
}
.TagClassName
{
border-color: #31BB4A;
}
</style>