Shades of Lime Green #31F122
Tints of Lime Green #31F122
RGB
CMYK
RGB Variations
Color information
#31F122 (or 0x31F122) is known color: Lime Green. HEX triplet: 31, F1 and 22. RGB value is (49,241,34). Sum of RGB (Red+Green+Blue) = 49+241+34=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 241 (94.53% from 255 or 74.38% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 241 - color contains mainly: green. Hex color #31F122 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F122 is #CE0EDD. Grayscale: #A0A0A0. Windows color (decimal): -13504222 or 2289969. OLE color: 2289969.
HSL color Cylindrical-coordinate representation of color #31F122: hue angle of 115.65º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #31F122 is Cyan = 0.80, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 34 | - |
| CMYK | 0.80 | 0 | 0.86 | 0.05 |
| HSL | 115.65º | 0.88% | 0.54% | - |
| HSV(B) | 115.65º | 0.86% | 0.95% | - |
| XYZ | 33.01 | 63.68 | 12.06 | - |
| YUV | 159.99 | 56.89 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 34 | 0.80 | 0 | 0.86 | 0.05 | 115.65 | 0.88 | 0.54 |
| Hex | 31 | F1 | 22 | 50 | 0 | 56 | 5 | 74 | 58 | 36 |
| Octal | 61 | 361 | 42 | 120 | 0 | 126 | 5 | 164 | 130 | 66 |
| Binary | 110001 | 11110001 | 100010 | 1010000 | 0 | 1010110 | 101 | 1110100 | 1011000 | 110110 |
Color Harmonies of #31F122
Complementary color
Monochromatic Colors of #31F122
Black with #31F122
Text Example
Text Example
White with #31F122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F122; }
p { color: rgb(49,241,34); }
H1.HeaderClassName
{
color: #31F122;
}
.AnyTagClassName
{
color: #31F122;
}
</style>
background-color css
<style>
a { background-color: #31F122; }
a { background-color: rgb(49,241,34); }
div.DivClassName
{
background-color: #31F122;
}
.BgClassName
{
background-color: #31F122;
}
</style>
border-color css
<style>
span { border-color: #31F122; }
span { border-color: rgb(49,241,34); }
td.TdClassName
{
border-color: #31F122;
}
.TagClassName
{
border-color: #31F122;
}
</style>