Shades of Lime Green #31B441
Tints of Lime Green #31B441
RGB
CMYK
RGB Variations
Color information
#31B441 (or 0x31B441) is known color: Lime Green. HEX triplet: 31, B4 and 41. RGB value is (49,180,65). Sum of RGB (Red+Green+Blue) = 49+180+65=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 180 (70.70% from 255 or 61.22% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 180 - color contains mainly: green. Hex color #31B441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B441 is #CE4BBE. Grayscale: #808080. Windows color (decimal): -13519807 or 4305969. OLE color: 4305969.
HSL color Cylindrical-coordinate representation of color #31B441: hue angle of 127.33º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B441 is Cyan = 0.73, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 65 | - |
| CMYK | 0.73 | 0 | 0.64 | 0.29 |
| HSL | 127.33º | 0.57% | 0.45% | - |
| HSV(B) | 127.33º | 0.73% | 0.71% | - |
| XYZ | 18.54 | 33.68 | 10.52 | - |
| YUV | 127.72 | 92.6 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 65 | 0.73 | 0 | 0.64 | 0.29 | 127.33 | 0.57 | 0.45 |
| Hex | 31 | B4 | 41 | 49 | 0 | 40 | 1D | 7F | 39 | 2D |
| Octal | 61 | 264 | 101 | 111 | 0 | 100 | 35 | 177 | 71 | 55 |
| Binary | 110001 | 10110100 | 1000001 | 1001001 | 0 | 1000000 | 11101 | 1111111 | 111001 | 101101 |
Color Harmonies of #31B441
Complementary color
Monochromatic Colors of #31B441
Black with #31B441
Text Example
Text Example
White with #31B441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B441; }
p { color: rgb(49,180,65); }
H1.HeaderClassName
{
color: #31B441;
}
.AnyTagClassName
{
color: #31B441;
}
</style>
background-color css
<style>
a { background-color: #31B441; }
a { background-color: rgb(49,180,65); }
div.DivClassName
{
background-color: #31B441;
}
.BgClassName
{
background-color: #31B441;
}
</style>
border-color css
<style>
span { border-color: #31B441; }
span { border-color: rgb(49,180,65); }
td.TdClassName
{
border-color: #31B441;
}
.TagClassName
{
border-color: #31B441;
}
</style>