Shades of Lime Green #31F945
Tints of Lime Green #31F945
RGB
CMYK
RGB Variations
Color information
#31F945 (or 0x31F945) is known color: Lime Green. HEX triplet: 31, F9 and 45. RGB value is (49,249,69). Sum of RGB (Red+Green+Blue) = 49+249+69=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 249 (97.66% from 255 or 67.85% from 367); Blue value is 69 (27.34% from 255 or 18.80% from 367); Max value from RGB is 249 - color contains mainly: green. Hex color #31F945 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F945 is #CE06BA. Grayscale: #A9A9A9. Windows color (decimal): -13502139 or 4585777. OLE color: 4585777.
HSL color Cylindrical-coordinate representation of color #31F945: hue angle of 126º 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 #31F945 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 49 | 249 | 69 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.02 |
| HSL | 126º | 0.94% | 0.58% | - |
| HSV(B) | 126º | 0.8% | 0.98% | - |
| XYZ | 36.22 | 68.83 | 17.01 | - |
| YUV | 168.68 | 71.74 | 42.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 249 | 69 | 0.80 | 0 | 0.72 | 0.02 | 126 | 0.94 | 0.58 |
| Hex | 31 | F9 | 45 | 50 | 0 | 48 | 2 | 7E | 5E | 3A |
| Octal | 61 | 371 | 105 | 120 | 0 | 110 | 2 | 176 | 136 | 72 |
| Binary | 110001 | 11111001 | 1000101 | 1010000 | 0 | 1001000 | 10 | 1111110 | 1011110 | 111010 |
Color Harmonies of #31F945
Complementary color
Monochromatic Colors of #31F945
Black with #31F945
Text Example
Text Example
White with #31F945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F945; }
p { color: rgb(49,249,69); }
H1.HeaderClassName
{
color: #31F945;
}
.AnyTagClassName
{
color: #31F945;
}
</style>
background-color css
<style>
a { background-color: #31F945; }
a { background-color: rgb(49,249,69); }
div.DivClassName
{
background-color: #31F945;
}
.BgClassName
{
background-color: #31F945;
}
</style>
border-color css
<style>
span { border-color: #31F945; }
span { border-color: rgb(49,249,69); }
td.TdClassName
{
border-color: #31F945;
}
.TagClassName
{
border-color: #31F945;
}
</style>