Shades of Lime Green #31D63D
Tints of Lime Green #31D63D
RGB
CMYK
RGB Variations
Color information
#31D63D (or 0x31D63D) is known color: Lime Green. HEX triplet: 31, D6 and 3D. RGB value is (49,214,61). Sum of RGB (Red+Green+Blue) = 49+214+61=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 214 (83.98% from 255 or 66.05% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 214 - color contains mainly: green. Hex color #31D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31D63D is #CE29C2. Grayscale: #939393. Windows color (decimal): -13511107 or 4052529. OLE color: 4052529.
HSL color Cylindrical-coordinate representation of color #31D63D: hue angle of 124.36º 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 #31D63D is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 49 | 214 | 61 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.16 |
| HSL | 124.36º | 0.67% | 0.52% | - |
| HSV(B) | 124.36º | 0.77% | 0.84% | - |
| XYZ | 26.16 | 49.08 | 12.51 | - |
| YUV | 147.22 | 79.34 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 214 | 61 | 0.77 | 0 | 0.71 | 0.16 | 124.36 | 0.67 | 0.52 |
| Hex | 31 | D6 | 3D | 4D | 0 | 47 | 10 | 7C | 43 | 34 |
| Octal | 61 | 326 | 75 | 115 | 0 | 107 | 20 | 174 | 103 | 64 |
| Binary | 110001 | 11010110 | 111101 | 1001101 | 0 | 1000111 | 10000 | 1111100 | 1000011 | 110100 |
Color Harmonies of #31D63D
Complementary color
Monochromatic Colors of #31D63D
Black with #31D63D
Text Example
Text Example
White with #31D63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31D63D; }
p { color: rgb(49,214,61); }
H1.HeaderClassName
{
color: #31D63D;
}
.AnyTagClassName
{
color: #31D63D;
}
</style>
background-color css
<style>
a { background-color: #31D63D; }
a { background-color: rgb(49,214,61); }
div.DivClassName
{
background-color: #31D63D;
}
.BgClassName
{
background-color: #31D63D;
}
</style>
border-color css
<style>
span { border-color: #31D63D; }
span { border-color: rgb(49,214,61); }
td.TdClassName
{
border-color: #31D63D;
}
.TagClassName
{
border-color: #31D63D;
}
</style>