Shades of Lime Green #31BF4D
Tints of Lime Green #31BF4D
RGB
CMYK
RGB Variations
Color information
#31BF4D (or 0x31BF4D) is known color: Lime Green. HEX triplet: 31, BF and 4D. RGB value is (49,191,77). Sum of RGB (Red+Green+Blue) = 49+191+77=317 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.46% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 77 (30.47% from 255 or 24.29% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #31BF4D is #CE40B2. Grayscale: #878787. Windows color (decimal): -13516979 or 5095217. OLE color: 5095217.
HSL color Cylindrical-coordinate representation of color #31BF4D: hue angle of 131.83º 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 #31BF4D is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 77 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.25 |
| HSL | 131.83º | 0.59% | 0.47% | - |
| HSV(B) | 131.83º | 0.74% | 0.75% | - |
| XYZ | 21.24 | 38.45 | 13.32 | - |
| YUV | 135.55 | 94.96 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 77 | 0.74 | 0 | 0.60 | 0.25 | 131.83 | 0.59 | 0.47 |
| Hex | 31 | BF | 4D | 4A | 0 | 3C | 19 | 84 | 3B | 2F |
| Octal | 61 | 277 | 115 | 112 | 0 | 74 | 31 | 204 | 73 | 57 |
| Binary | 110001 | 10111111 | 1001101 | 1001010 | 0 | 111100 | 11001 | 10000100 | 111011 | 101111 |
Color Harmonies of #31BF4D
Complementary color
Monochromatic Colors of #31BF4D
Black with #31BF4D
Text Example
Text Example
White with #31BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF4D; }
p { color: rgb(49,191,77); }
H1.HeaderClassName
{
color: #31BF4D;
}
.AnyTagClassName
{
color: #31BF4D;
}
</style>
background-color css
<style>
a { background-color: #31BF4D; }
a { background-color: rgb(49,191,77); }
div.DivClassName
{
background-color: #31BF4D;
}
.BgClassName
{
background-color: #31BF4D;
}
</style>
border-color css
<style>
span { border-color: #31BF4D; }
span { border-color: rgb(49,191,77); }
td.TdClassName
{
border-color: #31BF4D;
}
.TagClassName
{
border-color: #31BF4D;
}
</style>