Shades of Lime Green #31BB41
Tints of Lime Green #31BB41
RGB
CMYK
RGB Variations
Color information
#31BB41 (or 0x31BB41) is known color: Lime Green. HEX triplet: 31, BB and 41. RGB value is (49,187,65). Sum of RGB (Red+Green+Blue) = 49+187+65=301 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.28% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB41 is #CE44BE. Grayscale: #848484. Windows color (decimal): -13518015 or 4307761. OLE color: 4307761.
HSL color Cylindrical-coordinate representation of color #31BB41: hue angle of 126.96º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BB41 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 65 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.27 |
| HSL | 126.96º | 0.58% | 0.46% | - |
| HSV(B) | 126.96º | 0.74% | 0.73% | - |
| XYZ | 19.99 | 36.58 | 11.01 | - |
| YUV | 131.83 | 90.28 | 68.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 65 | 0.74 | 0 | 0.65 | 0.27 | 126.96 | 0.58 | 0.46 |
| Hex | 31 | BB | 41 | 4A | 0 | 41 | 1B | 7F | 3A | 2E |
| Octal | 61 | 273 | 101 | 112 | 0 | 101 | 33 | 177 | 72 | 56 |
| Binary | 110001 | 10111011 | 1000001 | 1001010 | 0 | 1000001 | 11011 | 1111111 | 111010 | 101110 |
Color Harmonies of #31BB41
Complementary color
Monochromatic Colors of #31BB41
Black with #31BB41
Text Example
Text Example
White with #31BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB41; }
p { color: rgb(49,187,65); }
H1.HeaderClassName
{
color: #31BB41;
}
.AnyTagClassName
{
color: #31BB41;
}
</style>
background-color css
<style>
a { background-color: #31BB41; }
a { background-color: rgb(49,187,65); }
div.DivClassName
{
background-color: #31BB41;
}
.BgClassName
{
background-color: #31BB41;
}
</style>
border-color css
<style>
span { border-color: #31BB41; }
span { border-color: rgb(49,187,65); }
td.TdClassName
{
border-color: #31BB41;
}
.TagClassName
{
border-color: #31BB41;
}
</style>