Shades of Lime Green #31BC3A
Tints of Lime Green #31BC3A
RGB
CMYK
RGB Variations
Color information
#31BC3A (or 0x31BC3A) is known color: Lime Green. HEX triplet: 31, BC and 3A. RGB value is (49,188,58). Sum of RGB (Red+Green+Blue) = 49+188+58=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BC3A is #CE43C5. Grayscale: #848484. Windows color (decimal): -13517766 or 3849265. OLE color: 3849265.
HSL color Cylindrical-coordinate representation of color #31BC3A: hue angle of 123.88º 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 #31BC3A is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 58 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.26 |
| HSL | 123.88º | 0.59% | 0.46% | - |
| HSV(B) | 123.88º | 0.74% | 0.74% | - |
| XYZ | 20.01 | 36.92 | 10.08 | - |
| YUV | 131.62 | 86.45 | 69.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 58 | 0.74 | 0 | 0.69 | 0.26 | 123.88 | 0.59 | 0.46 |
| Hex | 31 | BC | 3A | 4A | 0 | 45 | 1A | 7C | 3B | 2E |
| Octal | 61 | 274 | 72 | 112 | 0 | 105 | 32 | 174 | 73 | 56 |
| Binary | 110001 | 10111100 | 111010 | 1001010 | 0 | 1000101 | 11010 | 1111100 | 111011 | 101110 |
Color Harmonies of #31BC3A
Complementary color
Monochromatic Colors of #31BC3A
Black with #31BC3A
Text Example
Text Example
White with #31BC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC3A; }
p { color: rgb(49,188,58); }
H1.HeaderClassName
{
color: #31BC3A;
}
.AnyTagClassName
{
color: #31BC3A;
}
</style>
background-color css
<style>
a { background-color: #31BC3A; }
a { background-color: rgb(49,188,58); }
div.DivClassName
{
background-color: #31BC3A;
}
.BgClassName
{
background-color: #31BC3A;
}
</style>
border-color css
<style>
span { border-color: #31BC3A; }
span { border-color: rgb(49,188,58); }
td.TdClassName
{
border-color: #31BC3A;
}
.TagClassName
{
border-color: #31BC3A;
}
</style>