Shades of Lime Green #31E73C
Tints of Lime Green #31E73C
RGB
CMYK
RGB Variations
Color information
#31E73C (or 0x31E73C) is known color: Lime Green. HEX triplet: 31, E7 and 3C. RGB value is (49,231,60). Sum of RGB (Red+Green+Blue) = 49+231+60=340 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.41% from 340); Green value is 231 (90.62% from 255 or 67.94% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 231 - color contains mainly: green. Hex color #31E73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31E73C is #CE18C3. Grayscale: #9D9D9D. Windows color (decimal): -13506756 or 3991345. OLE color: 3991345.
HSL color Cylindrical-coordinate representation of color #31E73C: hue angle of 123.63º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E73C is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 49 | 231 | 60 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.09 |
| HSL | 123.63º | 0.79% | 0.55% | - |
| HSV(B) | 123.63º | 0.79% | 0.91% | - |
| XYZ | 30.66 | 58.13 | 13.88 | - |
| YUV | 157.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 231 | 60 | 0.79 | 0 | 0.74 | 0.09 | 123.63 | 0.79 | 0.55 |
| Hex | 31 | E7 | 3C | 4F | 0 | 4A | 9 | 7C | 4F | 37 |
| Octal | 61 | 347 | 74 | 117 | 0 | 112 | 11 | 174 | 117 | 67 |
| Binary | 110001 | 11100111 | 111100 | 1001111 | 0 | 1001010 | 1001 | 1111100 | 1001111 | 110111 |
Color Harmonies of #31E73C
Complementary color
Monochromatic Colors of #31E73C
Black with #31E73C
Text Example
Text Example
White with #31E73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31E73C; }
p { color: rgb(49,231,60); }
H1.HeaderClassName
{
color: #31E73C;
}
.AnyTagClassName
{
color: #31E73C;
}
</style>
background-color css
<style>
a { background-color: #31E73C; }
a { background-color: rgb(49,231,60); }
div.DivClassName
{
background-color: #31E73C;
}
.BgClassName
{
background-color: #31E73C;
}
</style>
border-color css
<style>
span { border-color: #31E73C; }
span { border-color: rgb(49,231,60); }
td.TdClassName
{
border-color: #31E73C;
}
.TagClassName
{
border-color: #31E73C;
}
</style>