Shades of Lime Green #31BA38
Tints of Lime Green #31BA38
RGB
CMYK
RGB Variations
Color information
#31BA38 (or 0x31BA38) is known color: Lime Green. HEX triplet: 31, BA and 38. RGB value is (49,186,56). Sum of RGB (Red+Green+Blue) = 49+186+56=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 186 (73.05% from 255 or 63.92% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 186 - color contains mainly: green. Hex color #31BA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BA38 is #CE45C7. Grayscale: #828282. Windows color (decimal): -13518280 or 3717681. OLE color: 3717681.
HSL color Cylindrical-coordinate representation of color #31BA38: hue angle of 123.07º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31BA38 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 186 | 56 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.27 |
| HSL | 123.07º | 0.58% | 0.46% | - |
| HSV(B) | 123.07º | 0.74% | 0.73% | - |
| XYZ | 19.54 | 36.06 | 9.67 | - |
| YUV | 130.22 | 86.11 | 70.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 186 | 56 | 0.74 | 0 | 0.70 | 0.27 | 123.07 | 0.58 | 0.46 |
| Hex | 31 | BA | 38 | 4A | 0 | 46 | 1B | 7B | 3A | 2E |
| Octal | 61 | 272 | 70 | 112 | 0 | 106 | 33 | 173 | 72 | 56 |
| Binary | 110001 | 10111010 | 111000 | 1001010 | 0 | 1000110 | 11011 | 1111011 | 111010 | 101110 |
Color Harmonies of #31BA38
Complementary color
Monochromatic Colors of #31BA38
Black with #31BA38
Text Example
Text Example
White with #31BA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BA38; }
p { color: rgb(49,186,56); }
H1.HeaderClassName
{
color: #31BA38;
}
.AnyTagClassName
{
color: #31BA38;
}
</style>
background-color css
<style>
a { background-color: #31BA38; }
a { background-color: rgb(49,186,56); }
div.DivClassName
{
background-color: #31BA38;
}
.BgClassName
{
background-color: #31BA38;
}
</style>
border-color css
<style>
span { border-color: #31BA38; }
span { border-color: rgb(49,186,56); }
td.TdClassName
{
border-color: #31BA38;
}
.TagClassName
{
border-color: #31BA38;
}
</style>