Shades of Lime Green #31BC42
Tints of Lime Green #31BC42
RGB
CMYK
RGB Variations
Color information
#31BC42 (or 0x31BC42) is known color: Lime Green. HEX triplet: 31, BC and 42. RGB value is (49,188,66). Sum of RGB (Red+Green+Blue) = 49+188+66=303 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.17% from 303); Green value is 188 (73.83% from 255 or 62.05% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 188 - color contains mainly: green. Hex color #31BC42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BC42 is #CE43BD. Grayscale: #848484. Windows color (decimal): -13517758 or 4373553. OLE color: 4373553.
HSL color Cylindrical-coordinate representation of color #31BC42: hue angle of 127.34º 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 #31BC42 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 188 | 66 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.26 |
| HSL | 127.34º | 0.59% | 0.46% | - |
| HSV(B) | 127.34º | 0.74% | 0.74% | - |
| XYZ | 20.23 | 37.01 | 11.23 | - |
| YUV | 132.53 | 90.45 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 188 | 66 | 0.74 | 0 | 0.65 | 0.26 | 127.34 | 0.59 | 0.46 |
| Hex | 31 | BC | 42 | 4A | 0 | 41 | 1A | 7F | 3B | 2E |
| Octal | 61 | 274 | 102 | 112 | 0 | 101 | 32 | 177 | 73 | 56 |
| Binary | 110001 | 10111100 | 1000010 | 1001010 | 0 | 1000001 | 11010 | 1111111 | 111011 | 101110 |
Color Harmonies of #31BC42
Complementary color
Monochromatic Colors of #31BC42
Black with #31BC42
Text Example
Text Example
White with #31BC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BC42; }
p { color: rgb(49,188,66); }
H1.HeaderClassName
{
color: #31BC42;
}
.AnyTagClassName
{
color: #31BC42;
}
</style>
background-color css
<style>
a { background-color: #31BC42; }
a { background-color: rgb(49,188,66); }
div.DivClassName
{
background-color: #31BC42;
}
.BgClassName
{
background-color: #31BC42;
}
</style>
border-color css
<style>
span { border-color: #31BC42; }
span { border-color: rgb(49,188,66); }
td.TdClassName
{
border-color: #31BC42;
}
.TagClassName
{
border-color: #31BC42;
}
</style>