Shades of Lime Green #31B342
Tints of Lime Green #31B342
RGB
CMYK
RGB Variations
Color information
#31B342 (or 0x31B342) is known color: Lime Green. HEX triplet: 31, B3 and 42. RGB value is (49,179,66). Sum of RGB (Red+Green+Blue) = 49+179+66=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #31B342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B342 is #CE4CBD. Grayscale: #7F7F7F. Windows color (decimal): -13520062 or 4371249. OLE color: 4371249.
HSL color Cylindrical-coordinate representation of color #31B342: hue angle of 127.85º 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 #31B342 is Cyan = 0.73, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 179 | 66 | - |
| CMYK | 0.73 | 0 | 0.63 | 0.30 |
| HSL | 127.85º | 0.57% | 0.45% | - |
| HSV(B) | 127.85º | 0.73% | 0.7% | - |
| XYZ | 18.37 | 33.29 | 10.61 | - |
| YUV | 127.25 | 93.43 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 179 | 66 | 0.73 | 0 | 0.63 | 0.30 | 127.85 | 0.57 | 0.45 |
| Hex | 31 | B3 | 42 | 49 | 0 | 3F | 1E | 80 | 39 | 2D |
| Octal | 61 | 263 | 102 | 111 | 0 | 77 | 36 | 200 | 71 | 55 |
| Binary | 110001 | 10110011 | 1000010 | 1001001 | 0 | 111111 | 11110 | 10000000 | 111001 | 101101 |
Color Harmonies of #31B342
Complementary color
Monochromatic Colors of #31B342
Black with #31B342
Text Example
Text Example
White with #31B342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B342; }
p { color: rgb(49,179,66); }
H1.HeaderClassName
{
color: #31B342;
}
.AnyTagClassName
{
color: #31B342;
}
</style>
background-color css
<style>
a { background-color: #31B342; }
a { background-color: rgb(49,179,66); }
div.DivClassName
{
background-color: #31B342;
}
.BgClassName
{
background-color: #31B342;
}
</style>
border-color css
<style>
span { border-color: #31B342; }
span { border-color: rgb(49,179,66); }
td.TdClassName
{
border-color: #31B342;
}
.TagClassName
{
border-color: #31B342;
}
</style>