Shades of Lime Green #31B341
Tints of Lime Green #31B341
RGB
CMYK
RGB Variations
Color information
#31B341 (or 0x31B341) is known color: Lime Green. HEX triplet: 31, B3 and 41. RGB value is (49,179,65). Sum of RGB (Red+Green+Blue) = 49+179+65=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 179 (70.31% from 255 or 61.09% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 179 - color contains mainly: green. Hex color #31B341 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B341 is #CE4CBE. Grayscale: #7F7F7F. Windows color (decimal): -13520063 or 4305713. OLE color: 4305713.
HSL color Cylindrical-coordinate representation of color #31B341: hue angle of 127.38º 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 #31B341 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 179 | 65 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.30 |
| HSL | 127.38º | 0.57% | 0.45% | - |
| HSV(B) | 127.38º | 0.73% | 0.7% | - |
| XYZ | 18.34 | 33.27 | 10.46 | - |
| YUV | 127.13 | 92.93 | 72.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 179 | 65 | 0.73 | 0 | 0.64 | 0.30 | 127.38 | 0.57 | 0.45 |
| Hex | 31 | B3 | 41 | 49 | 0 | 40 | 1E | 7F | 39 | 2D |
| Octal | 61 | 263 | 101 | 111 | 0 | 100 | 36 | 177 | 71 | 55 |
| Binary | 110001 | 10110011 | 1000001 | 1001001 | 0 | 1000000 | 11110 | 1111111 | 111001 | 101101 |
Color Harmonies of #31B341
Complementary color
Monochromatic Colors of #31B341
Black with #31B341
Text Example
Text Example
White with #31B341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B341; }
p { color: rgb(49,179,65); }
H1.HeaderClassName
{
color: #31B341;
}
.AnyTagClassName
{
color: #31B341;
}
</style>
background-color css
<style>
a { background-color: #31B341; }
a { background-color: rgb(49,179,65); }
div.DivClassName
{
background-color: #31B341;
}
.BgClassName
{
background-color: #31B341;
}
</style>
border-color css
<style>
span { border-color: #31B341; }
span { border-color: rgb(49,179,65); }
td.TdClassName
{
border-color: #31B341;
}
.TagClassName
{
border-color: #31B341;
}
</style>