Shades of Lime Green #31D640
Tints of Lime Green #31D640
RGB
CMYK
RGB Variations
Color information
#31D640 (or 0x31D640) is known color: Lime Green. HEX triplet: 31, D6 and 40. RGB value is (49,214,64). Sum of RGB (Red+Green+Blue) = 49+214+64=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 214 (83.98% from 255 or 65.44% from 327); Blue value is 64 (25.39% from 255 or 19.57% from 327); Max value from RGB is 214 - color contains mainly: green. Hex color #31D640 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D640 is #CE29BF. Grayscale: #939393. Windows color (decimal): -13511104 or 4249137. OLE color: 4249137.
HSL color Cylindrical-coordinate representation of color #31D640: hue angle of 125.45º 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 #31D640 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 64 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.16 |
| HSL | 125.45º | 0.67% | 0.52% | - |
| HSV(B) | 125.45º | 0.77% | 0.84% | - |
| XYZ | 26.24 | 49.12 | 12.95 | - |
| YUV | 147.57 | 80.84 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 64 | 0.77 | 0 | 0.70 | 0.16 | 125.45 | 0.67 | 0.52 |
| Hex | 31 | D6 | 40 | 4D | 0 | 46 | 10 | 7D | 43 | 34 |
| Octal | 61 | 326 | 100 | 115 | 0 | 106 | 20 | 175 | 103 | 64 |
| Binary | 110001 | 11010110 | 1000000 | 1001101 | 0 | 1000110 | 10000 | 1111101 | 1000011 | 110100 |
Color Harmonies of #31D640
Complementary color
Monochromatic Colors of #31D640
Black with #31D640
Text Example
Text Example
White with #31D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D640; }
p { color: rgb(49,214,64); }
H1.HeaderClassName
{
color: #31D640;
}
.AnyTagClassName
{
color: #31D640;
}
</style>
background-color css
<style>
a { background-color: #31D640; }
a { background-color: rgb(49,214,64); }
div.DivClassName
{
background-color: #31D640;
}
.BgClassName
{
background-color: #31D640;
}
</style>
border-color css
<style>
span { border-color: #31D640; }
span { border-color: rgb(49,214,64); }
td.TdClassName
{
border-color: #31D640;
}
.TagClassName
{
border-color: #31D640;
}
</style>