Shades of Lime Green #31B833
Tints of Lime Green #31B833
RGB
CMYK
RGB Variations
Color information
#31B833 (or 0x31B833) is known color: Lime Green. HEX triplet: 31, B8 and 33. RGB value is (49,184,51). Sum of RGB (Red+Green+Blue) = 49+184+51=284 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.25% from 284); Green value is 184 (72.27% from 255 or 64.79% from 284); Blue value is 51 (20.31% from 255 or 17.96% from 284); Max value from RGB is 184 - color contains mainly: green. Hex color #31B833 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B833 is #CE47CC. Grayscale: #808080. Windows color (decimal): -13518797 or 3389489. OLE color: 3389489.
HSL color Cylindrical-coordinate representation of color #31B833: hue angle of 120.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B833 is Cyan = 0.73, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 184 | 51 | - |
| CMYK | 0.73 | 0 | 0.72 | 0.28 |
| HSL | 120.89º | 0.58% | 0.46% | - |
| HSV(B) | 120.89º | 0.73% | 0.72% | - |
| XYZ | 19 | 35.17 | 8.92 | - |
| YUV | 128.47 | 84.27 | 71.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 184 | 51 | 0.73 | 0 | 0.72 | 0.28 | 120.89 | 0.58 | 0.46 |
| Hex | 31 | B8 | 33 | 49 | 0 | 48 | 1C | 79 | 3A | 2E |
| Octal | 61 | 270 | 63 | 111 | 0 | 110 | 34 | 171 | 72 | 56 |
| Binary | 110001 | 10111000 | 110011 | 1001001 | 0 | 1001000 | 11100 | 1111001 | 111010 | 101110 |
Color Harmonies of #31B833
Complementary color
Monochromatic Colors of #31B833
Black with #31B833
Text Example
Text Example
White with #31B833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B833; }
p { color: rgb(49,184,51); }
H1.HeaderClassName
{
color: #31B833;
}
.AnyTagClassName
{
color: #31B833;
}
</style>
background-color css
<style>
a { background-color: #31B833; }
a { background-color: rgb(49,184,51); }
div.DivClassName
{
background-color: #31B833;
}
.BgClassName
{
background-color: #31B833;
}
</style>
border-color css
<style>
span { border-color: #31B833; }
span { border-color: rgb(49,184,51); }
td.TdClassName
{
border-color: #31B833;
}
.TagClassName
{
border-color: #31B833;
}
</style>