Shades of Lime Green #31B343
Tints of Lime Green #31B343
RGB
CMYK
RGB Variations
Color information
#31B343 (or 0x31B343) is known color: Lime Green. HEX triplet: 31, B3 and 43. RGB value is (49,179,67). Sum of RGB (Red+Green+Blue) = 49+179+67=295 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.61% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #31B343 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B343 is #CE4CBC. Grayscale: #7F7F7F. Windows color (decimal): -13520061 or 4436785. OLE color: 4436785.
HSL color Cylindrical-coordinate representation of color #31B343: hue angle of 128.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B343 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 179 | 67 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.30 |
| HSL | 128.31º | 0.57% | 0.45% | - |
| HSV(B) | 128.31º | 0.73% | 0.7% | - |
| XYZ | 18.4 | 33.3 | 10.77 | - |
| YUV | 127.36 | 93.93 | 72.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 179 | 67 | 0.73 | 0 | 0.63 | 0.30 | 128.31 | 0.57 | 0.45 |
| Hex | 31 | B3 | 43 | 49 | 0 | 3F | 1E | 80 | 39 | 2D |
| Octal | 61 | 263 | 103 | 111 | 0 | 77 | 36 | 200 | 71 | 55 |
| Binary | 110001 | 10110011 | 1000011 | 1001001 | 0 | 111111 | 11110 | 10000000 | 111001 | 101101 |
Color Harmonies of #31B343
Complementary color
Monochromatic Colors of #31B343
Black with #31B343
Text Example
Text Example
White with #31B343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B343; }
p { color: rgb(49,179,67); }
H1.HeaderClassName
{
color: #31B343;
}
.AnyTagClassName
{
color: #31B343;
}
</style>
background-color css
<style>
a { background-color: #31B343; }
a { background-color: rgb(49,179,67); }
div.DivClassName
{
background-color: #31B343;
}
.BgClassName
{
background-color: #31B343;
}
</style>
border-color css
<style>
span { border-color: #31B343; }
span { border-color: rgb(49,179,67); }
td.TdClassName
{
border-color: #31B343;
}
.TagClassName
{
border-color: #31B343;
}
</style>