Shades of Lime Green #31BF22
Tints of Lime Green #31BF22
RGB
CMYK
RGB Variations
Color information
#31BF22 (or 0x31BF22) is known color: Lime Green. HEX triplet: 31, BF and 22. RGB value is (49,191,34). Sum of RGB (Red+Green+Blue) = 49+191+34=274 (36% of max value = 765). Red value is 49 (19.53% from 255 or 17.88% from 274); Green value is 191 (75% from 255 or 69.71% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 191 - color contains mainly: green. Hex color #31BF22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31BF22 is #CE40DD. Grayscale: #838383. Windows color (decimal): -13517022 or 2277169. OLE color: 2277169.
HSL color Cylindrical-coordinate representation of color #31BF22: hue angle of 114.27º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31BF22 is Cyan = 0.74, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 191 | 34 | - |
| CMYK | 0.74 | 0 | 0.82 | 0.25 |
| HSL | 114.27º | 0.7% | 0.44% | - |
| HSV(B) | 114.27º | 0.82% | 0.75% | - |
| XYZ | 20.19 | 38.03 | 7.79 | - |
| YUV | 130.64 | 73.46 | 69.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 191 | 34 | 0.74 | 0 | 0.82 | 0.25 | 114.27 | 0.7 | 0.44 |
| Hex | 31 | BF | 22 | 4A | 0 | 52 | 19 | 72 | 46 | 2C |
| Octal | 61 | 277 | 42 | 112 | 0 | 122 | 31 | 162 | 106 | 54 |
| Binary | 110001 | 10111111 | 100010 | 1001010 | 0 | 1010010 | 11001 | 1110010 | 1000110 | 101100 |
Color Harmonies of #31BF22
Complementary color
Monochromatic Colors of #31BF22
Black with #31BF22
Text Example
Text Example
White with #31BF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31BF22; }
p { color: rgb(49,191,34); }
H1.HeaderClassName
{
color: #31BF22;
}
.AnyTagClassName
{
color: #31BF22;
}
</style>
background-color css
<style>
a { background-color: #31BF22; }
a { background-color: rgb(49,191,34); }
div.DivClassName
{
background-color: #31BF22;
}
.BgClassName
{
background-color: #31BF22;
}
</style>
border-color css
<style>
span { border-color: #31BF22; }
span { border-color: rgb(49,191,34); }
td.TdClassName
{
border-color: #31BF22;
}
.TagClassName
{
border-color: #31BF22;
}
</style>