Shades of Lime Green #31D94B
Tints of Lime Green #31D94B
RGB
CMYK
RGB Variations
Color information
#31D94B (or 0x31D94B) is known color: Lime Green. HEX triplet: 31, D9 and 4B. RGB value is (49,217,75). Sum of RGB (Red+Green+Blue) = 49+217+75=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 217 (85.16% from 255 or 63.64% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 217 - color contains mainly: green. Hex color #31D94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D94B is #CE26B4. Grayscale: #969696. Windows color (decimal): -13510325 or 4970801. OLE color: 4970801.
HSL color Cylindrical-coordinate representation of color #31D94B: hue angle of 129.29º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D94B is Cyan = 0.77, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 217 | 75 | - |
| CMYK | 0.77 | 0 | 0.65 | 0.15 |
| HSL | 129.29º | 0.69% | 0.52% | - |
| HSV(B) | 129.29º | 0.77% | 0.85% | - |
| XYZ | 27.35 | 50.79 | 15.02 | - |
| YUV | 150.58 | 85.34 | 55.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 217 | 75 | 0.77 | 0 | 0.65 | 0.15 | 129.29 | 0.69 | 0.52 |
| Hex | 31 | D9 | 4B | 4D | 0 | 41 | F | 81 | 45 | 34 |
| Octal | 61 | 331 | 113 | 115 | 0 | 101 | 17 | 201 | 105 | 64 |
| Binary | 110001 | 11011001 | 1001011 | 1001101 | 0 | 1000001 | 1111 | 10000001 | 1000101 | 110100 |
Color Harmonies of #31D94B
Complementary color
Monochromatic Colors of #31D94B
Black with #31D94B
Text Example
Text Example
White with #31D94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D94B; }
p { color: rgb(49,217,75); }
H1.HeaderClassName
{
color: #31D94B;
}
.AnyTagClassName
{
color: #31D94B;
}
</style>
background-color css
<style>
a { background-color: #31D94B; }
a { background-color: rgb(49,217,75); }
div.DivClassName
{
background-color: #31D94B;
}
.BgClassName
{
background-color: #31D94B;
}
</style>
border-color css
<style>
span { border-color: #31D94B; }
span { border-color: rgb(49,217,75); }
td.TdClassName
{
border-color: #31D94B;
}
.TagClassName
{
border-color: #31D94B;
}
</style>