Shades of Lime Green #31F93E
Tints of Lime Green #31F93E
RGB
CMYK
RGB Variations
Color information
#31F93E (or 0x31F93E) is known color: Lime Green. HEX triplet: 31, F9 and 3E. RGB value is (49,249,62). Sum of RGB (Red+Green+Blue) = 49+249+62=360 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.61% from 360); Green value is 249 (97.66% from 255 or 69.17% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 249 - color contains mainly: green. Hex color #31F93E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F93E is #CE06C1. Grayscale: #A8A8A8. Windows color (decimal): -13502146 or 4127025. OLE color: 4127025.
HSL color Cylindrical-coordinate representation of color #31F93E: hue angle of 123.9º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F93E is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 62 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.02 |
| HSL | 123.9º | 0.94% | 0.58% | - |
| HSV(B) | 123.9º | 0.8% | 0.98% | - |
| XYZ | 36.01 | 68.75 | 15.93 | - |
| YUV | 167.88 | 68.24 | 43.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 62 | 0.80 | 0 | 0.75 | 0.02 | 123.9 | 0.94 | 0.58 |
| Hex | 31 | F9 | 3E | 50 | 0 | 4B | 2 | 7C | 5E | 3A |
| Octal | 61 | 371 | 76 | 120 | 0 | 113 | 2 | 174 | 136 | 72 |
| Binary | 110001 | 11111001 | 111110 | 1010000 | 0 | 1001011 | 10 | 1111100 | 1011110 | 111010 |
Color Harmonies of #31F93E
Complementary color
Monochromatic Colors of #31F93E
Black with #31F93E
Text Example
Text Example
White with #31F93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F93E; }
p { color: rgb(49,249,62); }
H1.HeaderClassName
{
color: #31F93E;
}
.AnyTagClassName
{
color: #31F93E;
}
</style>
background-color css
<style>
a { background-color: #31F93E; }
a { background-color: rgb(49,249,62); }
div.DivClassName
{
background-color: #31F93E;
}
.BgClassName
{
background-color: #31F93E;
}
</style>
border-color css
<style>
span { border-color: #31F93E; }
span { border-color: rgb(49,249,62); }
td.TdClassName
{
border-color: #31F93E;
}
.TagClassName
{
border-color: #31F93E;
}
</style>