Shades of Lime Green #31BB40
Tints of Lime Green #31BB40
RGB
CMYK
RGB Variations
Color information
#31BB40 (or 0x31BB40) is known color: Lime Green. HEX triplet: 31, BB and 40. RGB value is (49,187,64). Sum of RGB (Red+Green+Blue) = 49+187+64=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 187 (73.44% from 255 or 62.33% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 187 - color contains mainly: green. Hex color #31BB40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BB40 is #CE44BF. Grayscale: #848484. Windows color (decimal): -13518016 or 4242225. OLE color: 4242225.
HSL color Cylindrical-coordinate representation of color #31BB40: hue angle of 126.52º 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 #31BB40 is Cyan = 0.74, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 187 | 64 | - |
| CMYK | 0.74 | 0 | 0.66 | 0.27 |
| HSL | 126.52º | 0.58% | 0.46% | - |
| HSV(B) | 126.52º | 0.74% | 0.73% | - |
| XYZ | 19.96 | 36.56 | 10.86 | - |
| YUV | 131.72 | 89.78 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 187 | 64 | 0.74 | 0 | 0.66 | 0.27 | 126.52 | 0.58 | 0.46 |
| Hex | 31 | BB | 40 | 4A | 0 | 42 | 1B | 7F | 3A | 2E |
| Octal | 61 | 273 | 100 | 112 | 0 | 102 | 33 | 177 | 72 | 56 |
| Binary | 110001 | 10111011 | 1000000 | 1001010 | 0 | 1000010 | 11011 | 1111111 | 111010 | 101110 |
Color Harmonies of #31BB40
Complementary color
Monochromatic Colors of #31BB40
Black with #31BB40
Text Example
Text Example
White with #31BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BB40; }
p { color: rgb(49,187,64); }
H1.HeaderClassName
{
color: #31BB40;
}
.AnyTagClassName
{
color: #31BB40;
}
</style>
background-color css
<style>
a { background-color: #31BB40; }
a { background-color: rgb(49,187,64); }
div.DivClassName
{
background-color: #31BB40;
}
.BgClassName
{
background-color: #31BB40;
}
</style>
border-color css
<style>
span { border-color: #31BB40; }
span { border-color: rgb(49,187,64); }
td.TdClassName
{
border-color: #31BB40;
}
.TagClassName
{
border-color: #31BB40;
}
</style>