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