Shades of Lime Green #31B42E
Tints of Lime Green #31B42E
RGB
CMYK
RGB Variations
Color information
#31B42E (or 0x31B42E) is known color: Lime Green. HEX triplet: 31, B4 and 2E. RGB value is (49,180,46). Sum of RGB (Red+Green+Blue) = 49+180+46=275 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.82% from 275); Green value is 180 (70.70% from 255 or 65.45% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 180 - color contains mainly: green. Hex color #31B42E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B42E is #CE4BD1. Grayscale: #7D7D7D. Windows color (decimal): -13519826 or 3060785. OLE color: 3060785.
HSL color Cylindrical-coordinate representation of color #31B42E: hue angle of 118.66º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #31B42E is Cyan = 0.73, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 180 | 46 | - |
| CMYK | 0.73 | 0 | 0.74 | 0.29 |
| HSL | 118.66º | 0.59% | 0.44% | - |
| HSV(B) | 118.66º | 0.74% | 0.71% | - |
| XYZ | 18.08 | 33.49 | 8.1 | - |
| YUV | 125.56 | 83.1 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 180 | 46 | 0.73 | 0 | 0.74 | 0.29 | 118.66 | 0.59 | 0.44 |
| Hex | 31 | B4 | 2E | 49 | 0 | 4A | 1D | 77 | 3B | 2C |
| Octal | 61 | 264 | 56 | 111 | 0 | 112 | 35 | 167 | 73 | 54 |
| Binary | 110001 | 10110100 | 101110 | 1001001 | 0 | 1001010 | 11101 | 1110111 | 111011 | 101100 |
Color Harmonies of #31B42E
Complementary color
Monochromatic Colors of #31B42E
Black with #31B42E
Text Example
Text Example
White with #31B42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B42E; }
p { color: rgb(49,180,46); }
H1.HeaderClassName
{
color: #31B42E;
}
.AnyTagClassName
{
color: #31B42E;
}
</style>
background-color css
<style>
a { background-color: #31B42E; }
a { background-color: rgb(49,180,46); }
div.DivClassName
{
background-color: #31B42E;
}
.BgClassName
{
background-color: #31B42E;
}
</style>
border-color css
<style>
span { border-color: #31B42E; }
span { border-color: rgb(49,180,46); }
td.TdClassName
{
border-color: #31B42E;
}
.TagClassName
{
border-color: #31B42E;
}
</style>