Shades of Lime Green #31BC46
Tints of Lime Green #31BC46
RGB
CMYK
RGB Variations
Color information
#31BC46 (or 0x31BC46) is known color: Lime Green. HEX triplet: 31, BC and 46. RGB value is (49,188,70). Sum of RGB (Red+Green+Blue) = 49+188+70=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BC46 is #CE43B9. Grayscale: #858585. Windows color (decimal): -13517754 or 4635697. OLE color: 4635697.
HSL color Cylindrical-coordinate representation of color #31BC46: hue angle of 129.06º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BC46 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 70 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.26 |
| HSL | 129.06º | 0.59% | 0.46% | - |
| HSV(B) | 129.06º | 0.74% | 0.74% | - |
| XYZ | 20.36 | 37.06 | 11.88 | - |
| YUV | 132.99 | 92.45 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 70 | 0.74 | 0 | 0.63 | 0.26 | 129.06 | 0.59 | 0.46 |
| Hex | 31 | BC | 46 | 4A | 0 | 3F | 1A | 81 | 3B | 2E |
| Octal | 61 | 274 | 106 | 112 | 0 | 77 | 32 | 201 | 73 | 56 |
| Binary | 110001 | 10111100 | 1000110 | 1001010 | 0 | 111111 | 11010 | 10000001 | 111011 | 101110 |
Color Harmonies of #31BC46
Complementary color
Monochromatic Colors of #31BC46
Black with #31BC46
Text Example
Text Example
White with #31BC46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC46; }
p { color: rgb(49,188,70); }
H1.HeaderClassName
{
color: #31BC46;
}
.AnyTagClassName
{
color: #31BC46;
}
</style>
background-color css
<style>
a { background-color: #31BC46; }
a { background-color: rgb(49,188,70); }
div.DivClassName
{
background-color: #31BC46;
}
.BgClassName
{
background-color: #31BC46;
}
</style>
border-color css
<style>
span { border-color: #31BC46; }
span { border-color: rgb(49,188,70); }
td.TdClassName
{
border-color: #31BC46;
}
.TagClassName
{
border-color: #31BC46;
}
</style>