Shades of Lime Green #31B22D
Tints of Lime Green #31B22D
RGB
CMYK
RGB Variations
Color information
#31B22D (or 0x31B22D) is known color: Lime Green. HEX triplet: 31, B2 and 2D. RGB value is (49,178,45). Sum of RGB (Red+Green+Blue) = 49+178+45=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 178 (69.92% from 255 or 65.44% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 178 - color contains mainly: green. Hex color #31B22D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B22D is #CE4DD2. Grayscale: #7C7C7C. Windows color (decimal): -13520339 or 2994737. OLE color: 2994737.
HSL color Cylindrical-coordinate representation of color #31B22D: hue angle of 118.2º 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 #31B22D is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 45 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.30 |
| HSL | 118.2º | 0.6% | 0.44% | - |
| HSV(B) | 118.2º | 0.75% | 0.7% | - |
| XYZ | 17.66 | 32.68 | 7.86 | - |
| YUV | 124.27 | 83.26 | 74.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 45 | 0.72 | 0 | 0.75 | 0.30 | 118.2 | 0.6 | 0.44 |
| Hex | 31 | B2 | 2D | 48 | 0 | 4B | 1E | 76 | 3C | 2C |
| Octal | 61 | 262 | 55 | 110 | 0 | 113 | 36 | 166 | 74 | 54 |
| Binary | 110001 | 10110010 | 101101 | 1001000 | 0 | 1001011 | 11110 | 1110110 | 111100 | 101100 |
Color Harmonies of #31B22D
Complementary color
Monochromatic Colors of #31B22D
Black with #31B22D
Text Example
Text Example
White with #31B22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B22D; }
p { color: rgb(49,178,45); }
H1.HeaderClassName
{
color: #31B22D;
}
.AnyTagClassName
{
color: #31B22D;
}
</style>
background-color css
<style>
a { background-color: #31B22D; }
a { background-color: rgb(49,178,45); }
div.DivClassName
{
background-color: #31B22D;
}
.BgClassName
{
background-color: #31B22D;
}
</style>
border-color css
<style>
span { border-color: #31B22D; }
span { border-color: rgb(49,178,45); }
td.TdClassName
{
border-color: #31B22D;
}
.TagClassName
{
border-color: #31B22D;
}
</style>