Shades of Lime Green #31F34D
Tints of Lime Green #31F34D
RGB
CMYK
RGB Variations
Color information
#31F34D (or 0x31F34D) is known color: Lime Green. HEX triplet: 31, F3 and 4D. RGB value is (49,243,77). Sum of RGB (Red+Green+Blue) = 49+243+77=369 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.28% from 369); Green value is 243 (95.31% from 255 or 65.85% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 243 - color contains mainly: green. Hex color #31F34D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #31F34D is #CE0CB2. Grayscale: #A6A6A6. Windows color (decimal): -13503667 or 5108529. OLE color: 5108529.
HSL color Cylindrical-coordinate representation of color #31F34D: hue angle of 128.66º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F34D is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 243 | 77 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.05 |
| HSL | 128.66º | 0.89% | 0.57% | - |
| HSV(B) | 128.66º | 0.8% | 0.95% | - |
| XYZ | 34.66 | 65.29 | 17.8 | - |
| YUV | 166.07 | 77.73 | 44.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 243 | 77 | 0.80 | 0 | 0.68 | 0.05 | 128.66 | 0.89 | 0.57 |
| Hex | 31 | F3 | 4D | 50 | 0 | 44 | 5 | 81 | 59 | 39 |
| Octal | 61 | 363 | 115 | 120 | 0 | 104 | 5 | 201 | 131 | 71 |
| Binary | 110001 | 11110011 | 1001101 | 1010000 | 0 | 1000100 | 101 | 10000001 | 1011001 | 111001 |
Color Harmonies of #31F34D
Complementary color
Monochromatic Colors of #31F34D
Black with #31F34D
Text Example
Text Example
White with #31F34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F34D; }
p { color: rgb(49,243,77); }
H1.HeaderClassName
{
color: #31F34D;
}
.AnyTagClassName
{
color: #31F34D;
}
</style>
background-color css
<style>
a { background-color: #31F34D; }
a { background-color: rgb(49,243,77); }
div.DivClassName
{
background-color: #31F34D;
}
.BgClassName
{
background-color: #31F34D;
}
</style>
border-color css
<style>
span { border-color: #31F34D; }
span { border-color: rgb(49,243,77); }
td.TdClassName
{
border-color: #31F34D;
}
.TagClassName
{
border-color: #31F34D;
}
</style>