Shades of Lime Green #31D83D
Tints of Lime Green #31D83D
RGB
CMYK
RGB Variations
Color information
#31D83D (or 0x31D83D) is known color: Lime Green. HEX triplet: 31, D8 and 3D. RGB value is (49,216,61). Sum of RGB (Red+Green+Blue) = 49+216+61=326 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.03% from 326); Green value is 216 (84.77% from 255 or 66.26% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 216 - color contains mainly: green. Hex color #31D83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D83D is #CE27C2. Grayscale: #949494. Windows color (decimal): -13510595 or 4053041. OLE color: 4053041.
HSL color Cylindrical-coordinate representation of color #31D83D: hue angle of 124.31º degrees, saturation: 0.68, 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 #31D83D is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 49 | 216 | 61 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.15 |
| HSL | 124.31º | 0.68% | 0.52% | - |
| HSV(B) | 124.31º | 0.77% | 0.85% | - |
| XYZ | 26.66 | 50.1 | 12.68 | - |
| YUV | 148.4 | 78.67 | 57.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 216 | 61 | 0.77 | 0 | 0.72 | 0.15 | 124.31 | 0.68 | 0.52 |
| Hex | 31 | D8 | 3D | 4D | 0 | 48 | F | 7C | 44 | 34 |
| Octal | 61 | 330 | 75 | 115 | 0 | 110 | 17 | 174 | 104 | 64 |
| Binary | 110001 | 11011000 | 111101 | 1001101 | 0 | 1001000 | 1111 | 1111100 | 1000100 | 110100 |
Color Harmonies of #31D83D
Complementary color
Monochromatic Colors of #31D83D
Black with #31D83D
Text Example
Text Example
White with #31D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D83D; }
p { color: rgb(49,216,61); }
H1.HeaderClassName
{
color: #31D83D;
}
.AnyTagClassName
{
color: #31D83D;
}
</style>
background-color css
<style>
a { background-color: #31D83D; }
a { background-color: rgb(49,216,61); }
div.DivClassName
{
background-color: #31D83D;
}
.BgClassName
{
background-color: #31D83D;
}
</style>
border-color css
<style>
span { border-color: #31D83D; }
span { border-color: rgb(49,216,61); }
td.TdClassName
{
border-color: #31D83D;
}
.TagClassName
{
border-color: #31D83D;
}
</style>