Shades of Lime Green #31D51B
Tints of Lime Green #31D51B
RGB
CMYK
RGB Variations
Color information
#31D51B (or 0x31D51B) is known color: Lime Green. HEX triplet: 31, D5 and 1B. RGB value is (49,213,27). Sum of RGB (Red+Green+Blue) = 49+213+27=289 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.96% from 289); Green value is 213 (83.59% from 255 or 73.70% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 213 - color contains mainly: green. Hex color #31D51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D51B is #CE2AE4. Grayscale: #8F8F8F. Windows color (decimal): -13511397 or 1824049. OLE color: 1824049.
HSL color Cylindrical-coordinate representation of color #31D51B: hue angle of 112.9º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #31D51B is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 213 | 27 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.16 |
| HSL | 112.9º | 0.78% | 0.47% | - |
| HSV(B) | 112.9º | 0.87% | 0.84% | - |
| XYZ | 25.26 | 48.32 | 9.03 | - |
| YUV | 142.76 | 62.67 | 61.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 213 | 27 | 0.77 | 0 | 0.87 | 0.16 | 112.9 | 0.78 | 0.47 |
| Hex | 31 | D5 | 1B | 4D | 0 | 57 | 10 | 71 | 4E | 2F |
| Octal | 61 | 325 | 33 | 115 | 0 | 127 | 20 | 161 | 116 | 57 |
| Binary | 110001 | 11010101 | 11011 | 1001101 | 0 | 1010111 | 10000 | 1110001 | 1001110 | 101111 |
Color Harmonies of #31D51B
Complementary color
Monochromatic Colors of #31D51B
Black with #31D51B
Text Example
Text Example
White with #31D51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D51B; }
p { color: rgb(49,213,27); }
H1.HeaderClassName
{
color: #31D51B;
}
.AnyTagClassName
{
color: #31D51B;
}
</style>
background-color css
<style>
a { background-color: #31D51B; }
a { background-color: rgb(49,213,27); }
div.DivClassName
{
background-color: #31D51B;
}
.BgClassName
{
background-color: #31D51B;
}
</style>
border-color css
<style>
span { border-color: #31D51B; }
span { border-color: rgb(49,213,27); }
td.TdClassName
{
border-color: #31D51B;
}
.TagClassName
{
border-color: #31D51B;
}
</style>