Shades of Lime Green #31EC4C
Tints of Lime Green #31EC4C
RGB
CMYK
RGB Variations
Color information
#31EC4C (or 0x31EC4C) is known color: Lime Green. HEX triplet: 31, EC and 4C. RGB value is (49,236,76). Sum of RGB (Red+Green+Blue) = 49+236+76=361 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.57% from 361); Green value is 236 (92.58% from 255 or 65.37% from 361); Blue value is 76 (30.08% from 255 or 21.05% from 361); Max value from RGB is 236 - color contains mainly: green. Hex color #31EC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31EC4C is #CE13B3. Grayscale: #A2A2A2. Windows color (decimal): -13505460 or 5041201. OLE color: 5041201.
HSL color Cylindrical-coordinate representation of color #31EC4C: hue angle of 128.66º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31EC4C is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 49 | 236 | 76 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.07 |
| HSL | 128.66º | 0.83% | 0.56% | - |
| HSV(B) | 128.66º | 0.79% | 0.93% | - |
| XYZ | 32.57 | 61.17 | 16.93 | - |
| YUV | 161.85 | 79.55 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 236 | 76 | 0.79 | 0 | 0.68 | 0.07 | 128.66 | 0.83 | 0.56 |
| Hex | 31 | EC | 4C | 4F | 0 | 44 | 7 | 81 | 53 | 38 |
| Octal | 61 | 354 | 114 | 117 | 0 | 104 | 7 | 201 | 123 | 70 |
| Binary | 110001 | 11101100 | 1001100 | 1001111 | 0 | 1000100 | 111 | 10000001 | 1010011 | 111000 |
Color Harmonies of #31EC4C
Complementary color
Monochromatic Colors of #31EC4C
Black with #31EC4C
Text Example
Text Example
White with #31EC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31EC4C; }
p { color: rgb(49,236,76); }
H1.HeaderClassName
{
color: #31EC4C;
}
.AnyTagClassName
{
color: #31EC4C;
}
</style>
background-color css
<style>
a { background-color: #31EC4C; }
a { background-color: rgb(49,236,76); }
div.DivClassName
{
background-color: #31EC4C;
}
.BgClassName
{
background-color: #31EC4C;
}
</style>
border-color css
<style>
span { border-color: #31EC4C; }
span { border-color: rgb(49,236,76); }
td.TdClassName
{
border-color: #31EC4C;
}
.TagClassName
{
border-color: #31EC4C;
}
</style>