Shades of Lime Green #31D71B
Tints of Lime Green #31D71B
RGB
CMYK
RGB Variations
Color information
#31D71B (or 0x31D71B) is known color: Lime Green. HEX triplet: 31, D7 and 1B. RGB value is (49,215,27). Sum of RGB (Red+Green+Blue) = 49+215+27=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 215 (84.38% from 255 or 73.88% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 215 - color contains mainly: green. Hex color #31D71B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D71B is #CE28E4. Grayscale: #909090. Windows color (decimal): -13510885 or 1824561. OLE color: 1824561.
HSL color Cylindrical-coordinate representation of color #31D71B: hue angle of 112.98º degrees, saturation: 0.78, 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 #31D71B is Cyan = 0.77, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 215 | 27 | - |
| CMYK | 0.77 | 0 | 0.87 | 0.16 |
| HSL | 112.98º | 0.78% | 0.47% | - |
| HSV(B) | 112.98º | 0.87% | 0.84% | - |
| XYZ | 25.76 | 49.33 | 9.2 | - |
| YUV | 143.93 | 62 | 60.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 215 | 27 | 0.77 | 0 | 0.87 | 0.16 | 112.98 | 0.78 | 0.47 |
| Hex | 31 | D7 | 1B | 4D | 0 | 57 | 10 | 71 | 4E | 2F |
| Octal | 61 | 327 | 33 | 115 | 0 | 127 | 20 | 161 | 116 | 57 |
| Binary | 110001 | 11010111 | 11011 | 1001101 | 0 | 1010111 | 10000 | 1110001 | 1001110 | 101111 |
Color Harmonies of #31D71B
Complementary color
Monochromatic Colors of #31D71B
Black with #31D71B
Text Example
Text Example
White with #31D71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D71B; }
p { color: rgb(49,215,27); }
H1.HeaderClassName
{
color: #31D71B;
}
.AnyTagClassName
{
color: #31D71B;
}
</style>
background-color css
<style>
a { background-color: #31D71B; }
a { background-color: rgb(49,215,27); }
div.DivClassName
{
background-color: #31D71B;
}
.BgClassName
{
background-color: #31D71B;
}
</style>
border-color css
<style>
span { border-color: #31D71B; }
span { border-color: rgb(49,215,27); }
td.TdClassName
{
border-color: #31D71B;
}
.TagClassName
{
border-color: #31D71B;
}
</style>