Shades of Lime Green #31D74B
Tints of Lime Green #31D74B
RGB
CMYK
RGB Variations
Color information
#31D74B (or 0x31D74B) is known color: Lime Green. HEX triplet: 31, D7 and 4B. RGB value is (49,215,75). Sum of RGB (Red+Green+Blue) = 49+215+75=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 215 (84.38% from 255 or 63.42% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 215 - color contains mainly: green. Hex color #31D74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D74B is #CE28B4. Grayscale: #959595. Windows color (decimal): -13510837 or 4970289. OLE color: 4970289.
HSL color Cylindrical-coordinate representation of color #31D74B: hue angle of 129.4º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D74B is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 75 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.16 |
| HSL | 129.4º | 0.67% | 0.52% | - |
| HSV(B) | 129.4º | 0.77% | 0.84% | - |
| XYZ | 26.84 | 49.76 | 14.85 | - |
| YUV | 149.41 | 86 | 56.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 75 | 0.77 | 0 | 0.65 | 0.16 | 129.4 | 0.67 | 0.52 |
| Hex | 31 | D7 | 4B | 4D | 0 | 41 | 10 | 81 | 43 | 34 |
| Octal | 61 | 327 | 113 | 115 | 0 | 101 | 20 | 201 | 103 | 64 |
| Binary | 110001 | 11010111 | 1001011 | 1001101 | 0 | 1000001 | 10000 | 10000001 | 1000011 | 110100 |
Color Harmonies of #31D74B
Complementary color
Monochromatic Colors of #31D74B
Black with #31D74B
Text Example
Text Example
White with #31D74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D74B; }
p { color: rgb(49,215,75); }
H1.HeaderClassName
{
color: #31D74B;
}
.AnyTagClassName
{
color: #31D74B;
}
</style>
background-color css
<style>
a { background-color: #31D74B; }
a { background-color: rgb(49,215,75); }
div.DivClassName
{
background-color: #31D74B;
}
.BgClassName
{
background-color: #31D74B;
}
</style>
border-color css
<style>
span { border-color: #31D74B; }
span { border-color: rgb(49,215,75); }
td.TdClassName
{
border-color: #31D74B;
}
.TagClassName
{
border-color: #31D74B;
}
</style>