Shades of Lime Green #31B242
Tints of Lime Green #31B242
RGB
CMYK
RGB Variations
Color information
#31B242 (or 0x31B242) is known color: Lime Green. HEX triplet: 31, B2 and 42. RGB value is (49,178,66). Sum of RGB (Red+Green+Blue) = 49+178+66=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 178 (69.92% from 255 or 60.75% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 178 - color contains mainly: green. Hex color #31B242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #31B242 is #CE4DBD. Grayscale: #7E7E7E. Windows color (decimal): -13520318 or 4370993. OLE color: 4370993.
HSL color Cylindrical-coordinate representation of color #31B242: hue angle of 127.91º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #31B242 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 178 | 66 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.30 |
| HSL | 127.91º | 0.57% | 0.45% | - |
| HSV(B) | 127.91º | 0.72% | 0.7% | - |
| XYZ | 18.17 | 32.89 | 10.54 | - |
| YUV | 126.66 | 93.76 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 178 | 66 | 0.72 | 0 | 0.63 | 0.30 | 127.91 | 0.57 | 0.45 |
| Hex | 31 | B2 | 42 | 48 | 0 | 3F | 1E | 80 | 39 | 2D |
| Octal | 61 | 262 | 102 | 110 | 0 | 77 | 36 | 200 | 71 | 55 |
| Binary | 110001 | 10110010 | 1000010 | 1001000 | 0 | 111111 | 11110 | 10000000 | 111001 | 101101 |
Color Harmonies of #31B242
Complementary color
Monochromatic Colors of #31B242
Black with #31B242
Text Example
Text Example
White with #31B242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31B242; }
p { color: rgb(49,178,66); }
H1.HeaderClassName
{
color: #31B242;
}
.AnyTagClassName
{
color: #31B242;
}
</style>
background-color css
<style>
a { background-color: #31B242; }
a { background-color: rgb(49,178,66); }
div.DivClassName
{
background-color: #31B242;
}
.BgClassName
{
background-color: #31B242;
}
</style>
border-color css
<style>
span { border-color: #31B242; }
span { border-color: rgb(49,178,66); }
td.TdClassName
{
border-color: #31B242;
}
.TagClassName
{
border-color: #31B242;
}
</style>