Shades of Lime Green #31F044
Tints of Lime Green #31F044
RGB
CMYK
RGB Variations
Color information
#31F044 (or 0x31F044) is known color: Lime Green. HEX triplet: 31, F0 and 44. RGB value is (49,240,68). Sum of RGB (Red+Green+Blue) = 49+240+68=357 (47% of max value = 765). Red value is 49 (19.53% from 255 or 13.73% from 357); Green value is 240 (94.14% from 255 or 67.23% from 357); Blue value is 68 (26.95% from 255 or 19.05% from 357); Max value from RGB is 240 - color contains mainly: green. Hex color #31F044 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F044 is #CE0FBB. Grayscale: #A3A3A3. Windows color (decimal): -13504444 or 4517937. OLE color: 4517937.
HSL color Cylindrical-coordinate representation of color #31F044: hue angle of 125.97º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F044 is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 68 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.06 |
| HSL | 125.97º | 0.86% | 0.57% | - |
| HSV(B) | 125.97º | 0.8% | 0.94% | - |
| XYZ | 33.47 | 63.39 | 15.94 | - |
| YUV | 163.28 | 74.22 | 46.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 68 | 0.80 | 0 | 0.72 | 0.06 | 125.97 | 0.86 | 0.57 |
| Hex | 31 | F0 | 44 | 50 | 0 | 48 | 6 | 7E | 56 | 39 |
| Octal | 61 | 360 | 104 | 120 | 0 | 110 | 6 | 176 | 126 | 71 |
| Binary | 110001 | 11110000 | 1000100 | 1010000 | 0 | 1001000 | 110 | 1111110 | 1010110 | 111001 |
Color Harmonies of #31F044
Complementary color
Monochromatic Colors of #31F044
Black with #31F044
Text Example
Text Example
White with #31F044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F044; }
p { color: rgb(49,240,68); }
H1.HeaderClassName
{
color: #31F044;
}
.AnyTagClassName
{
color: #31F044;
}
</style>
background-color css
<style>
a { background-color: #31F044; }
a { background-color: rgb(49,240,68); }
div.DivClassName
{
background-color: #31F044;
}
.BgClassName
{
background-color: #31F044;
}
</style>
border-color css
<style>
span { border-color: #31F044; }
span { border-color: rgb(49,240,68); }
td.TdClassName
{
border-color: #31F044;
}
.TagClassName
{
border-color: #31F044;
}
</style>