Shades of Lime Green #31BE4E
Tints of Lime Green #31BE4E
RGB
CMYK
RGB Variations
Color information
#31BE4E (or 0x31BE4E) is known color: Lime Green. HEX triplet: 31, BE and 4E. RGB value is (49,190,78). Sum of RGB (Red+Green+Blue) = 49+190+78=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 190 (74.61% from 255 or 59.94% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 190 - color contains mainly: green. Hex color #31BE4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BE4E is #CE41B1. Grayscale: #878787. Windows color (decimal): -13517234 or 5160497. OLE color: 5160497.
HSL color Cylindrical-coordinate representation of color #31BE4E: hue angle of 132.34º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BE4E is Cyan = 0.74, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 190 | 78 | - |
| CMYK | 0.74 | 0 | 0.59 | 0.25 |
| HSL | 132.34º | 0.59% | 0.47% | - |
| HSV(B) | 132.34º | 0.74% | 0.75% | - |
| XYZ | 21.06 | 38.03 | 13.44 | - |
| YUV | 135.07 | 95.79 | 66.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 190 | 78 | 0.74 | 0 | 0.59 | 0.25 | 132.34 | 0.59 | 0.47 |
| Hex | 31 | BE | 4E | 4A | 0 | 3B | 19 | 84 | 3B | 2F |
| Octal | 61 | 276 | 116 | 112 | 0 | 73 | 31 | 204 | 73 | 57 |
| Binary | 110001 | 10111110 | 1001110 | 1001010 | 0 | 111011 | 11001 | 10000100 | 111011 | 101111 |
Color Harmonies of #31BE4E
Complementary color
Monochromatic Colors of #31BE4E
Black with #31BE4E
Text Example
Text Example
White with #31BE4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BE4E; }
p { color: rgb(49,190,78); }
H1.HeaderClassName
{
color: #31BE4E;
}
.AnyTagClassName
{
color: #31BE4E;
}
</style>
background-color css
<style>
a { background-color: #31BE4E; }
a { background-color: rgb(49,190,78); }
div.DivClassName
{
background-color: #31BE4E;
}
.BgClassName
{
background-color: #31BE4E;
}
</style>
border-color css
<style>
span { border-color: #31BE4E; }
span { border-color: rgb(49,190,78); }
td.TdClassName
{
border-color: #31BE4E;
}
.TagClassName
{
border-color: #31BE4E;
}
</style>