Shades of Lime Green #31B32D
Tints of Lime Green #31B32D
RGB
CMYK
RGB Variations
Color information
#31B32D (or 0x31B32D) is known color: Lime Green. HEX triplet: 31, B3 and 2D. RGB value is (49,179,45). Sum of RGB (Red+Green+Blue) = 49+179+45=273 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.95% from 273); Green value is 179 (70.31% from 255 or 65.57% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 179 - color contains mainly: green. Hex color #31B32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B32D is #CE4CD2. Grayscale: #7D7D7D. Windows color (decimal): -13520083 or 2994993. OLE color: 2994993.
HSL color Cylindrical-coordinate representation of color #31B32D: hue angle of 118.21º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #31B32D is Cyan = 0.73, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 179 | 45 | - |
| CMYK | 0.73 | 0 | 0.75 | 0.30 |
| HSL | 118.21º | 0.6% | 0.44% | - |
| HSV(B) | 118.21º | 0.75% | 0.7% | - |
| XYZ | 17.86 | 33.08 | 7.93 | - |
| YUV | 124.85 | 82.93 | 73.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 179 | 45 | 0.73 | 0 | 0.75 | 0.30 | 118.21 | 0.6 | 0.44 |
| Hex | 31 | B3 | 2D | 49 | 0 | 4B | 1E | 76 | 3C | 2C |
| Octal | 61 | 263 | 55 | 111 | 0 | 113 | 36 | 166 | 74 | 54 |
| Binary | 110001 | 10110011 | 101101 | 1001001 | 0 | 1001011 | 11110 | 1110110 | 111100 | 101100 |
Color Harmonies of #31B32D
Complementary color
Monochromatic Colors of #31B32D
Black with #31B32D
Text Example
Text Example
White with #31B32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B32D; }
p { color: rgb(49,179,45); }
H1.HeaderClassName
{
color: #31B32D;
}
.AnyTagClassName
{
color: #31B32D;
}
</style>
background-color css
<style>
a { background-color: #31B32D; }
a { background-color: rgb(49,179,45); }
div.DivClassName
{
background-color: #31B32D;
}
.BgClassName
{
background-color: #31B32D;
}
</style>
border-color css
<style>
span { border-color: #31B32D; }
span { border-color: rgb(49,179,45); }
td.TdClassName
{
border-color: #31B32D;
}
.TagClassName
{
border-color: #31B32D;
}
</style>