Shades of Lime Green #31BB3E
Tints of Lime Green #31BB3E
RGB
CMYK
RGB Variations
Color information
#31BB3E (or 0x31BB3E) is known color: Lime Green. HEX triplet: 31, BB and 3E. RGB value is (49,187,62). Sum of RGB (Red+Green+Blue) = 49+187+62=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 187 (73.44% from 255 or 62.75% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB3E is #CE44C1. Grayscale: #838383. Windows color (decimal): -13518018 or 4111153. OLE color: 4111153.
HSL color Cylindrical-coordinate representation of color #31BB3E: hue angle of 125.65º 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 #31BB3E is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 62 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.27 |
| HSL | 125.65º | 0.58% | 0.46% | - |
| HSV(B) | 125.65º | 0.74% | 0.73% | - |
| XYZ | 19.91 | 36.54 | 10.56 | - |
| YUV | 131.49 | 88.78 | 69.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 62 | 0.74 | 0 | 0.67 | 0.27 | 125.65 | 0.58 | 0.46 |
| Hex | 31 | BB | 3E | 4A | 0 | 43 | 1B | 7E | 3A | 2E |
| Octal | 61 | 273 | 76 | 112 | 0 | 103 | 33 | 176 | 72 | 56 |
| Binary | 110001 | 10111011 | 111110 | 1001010 | 0 | 1000011 | 11011 | 1111110 | 111010 | 101110 |
Color Harmonies of #31BB3E
Complementary color
Monochromatic Colors of #31BB3E
Black with #31BB3E
Text Example
Text Example
White with #31BB3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB3E; }
p { color: rgb(49,187,62); }
H1.HeaderClassName
{
color: #31BB3E;
}
.AnyTagClassName
{
color: #31BB3E;
}
</style>
background-color css
<style>
a { background-color: #31BB3E; }
a { background-color: rgb(49,187,62); }
div.DivClassName
{
background-color: #31BB3E;
}
.BgClassName
{
background-color: #31BB3E;
}
</style>
border-color css
<style>
span { border-color: #31BB3E; }
span { border-color: rgb(49,187,62); }
td.TdClassName
{
border-color: #31BB3E;
}
.TagClassName
{
border-color: #31BB3E;
}
</style>