Shades of Lime Green #31B42B
Tints of Lime Green #31B42B
RGB
CMYK
RGB Variations
Color information
#31B42B (or 0x31B42B) is known color: Lime Green. HEX triplet: 31, B4 and 2B. RGB value is (49,180,43). Sum of RGB (Red+Green+Blue) = 49+180+43=272 (36% of max value = 765). Red value is 49 (19.53% from 255 or 18.01% from 272); Green value is 180 (70.70% from 255 or 66.18% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 180 - color contains mainly: green. Hex color #31B42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B42B is #CE4BD4. Grayscale: #7D7D7D. Windows color (decimal): -13519829 or 2864177. OLE color: 2864177.
HSL color Cylindrical-coordinate representation of color #31B42B: hue angle of 117.37º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31B42B is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 43 | - |
| CMYK | 0.73 | 0 | 0.76 | 0.29 |
| HSL | 117.37º | 0.61% | 0.44% | - |
| HSV(B) | 117.37º | 0.76% | 0.71% | - |
| XYZ | 18.02 | 33.47 | 7.8 | - |
| YUV | 125.21 | 81.6 | 73.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 43 | 0.73 | 0 | 0.76 | 0.29 | 117.37 | 0.61 | 0.44 |
| Hex | 31 | B4 | 2B | 49 | 0 | 4C | 1D | 75 | 3D | 2C |
| Octal | 61 | 264 | 53 | 111 | 0 | 114 | 35 | 165 | 75 | 54 |
| Binary | 110001 | 10110100 | 101011 | 1001001 | 0 | 1001100 | 11101 | 1110101 | 111101 | 101100 |
Color Harmonies of #31B42B
Complementary color
Monochromatic Colors of #31B42B
Black with #31B42B
Text Example
Text Example
White with #31B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B42B; }
p { color: rgb(49,180,43); }
H1.HeaderClassName
{
color: #31B42B;
}
.AnyTagClassName
{
color: #31B42B;
}
</style>
background-color css
<style>
a { background-color: #31B42B; }
a { background-color: rgb(49,180,43); }
div.DivClassName
{
background-color: #31B42B;
}
.BgClassName
{
background-color: #31B42B;
}
</style>
border-color css
<style>
span { border-color: #31B42B; }
span { border-color: rgb(49,180,43); }
td.TdClassName
{
border-color: #31B42B;
}
.TagClassName
{
border-color: #31B42B;
}
</style>