Shades of Lime Green #31F22C
Tints of Lime Green #31F22C
RGB
CMYK
RGB Variations
Color information
#31F22C (or 0x31F22C) is known color: Lime Green. HEX triplet: 31, F2 and 2C. RGB value is (49,242,44). Sum of RGB (Red+Green+Blue) = 49+242+44=335 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.63% from 335); Green value is 242 (94.92% from 255 or 72.24% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 242 - color contains mainly: green. Hex color #31F22C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F22C is #CE0DD3. Grayscale: #A2A2A2. Windows color (decimal): -13503956 or 2945585. OLE color: 2945585.
HSL color Cylindrical-coordinate representation of color #31F22C: hue angle of 118.48º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #31F22C is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 242 | 44 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.05 |
| HSL | 118.48º | 0.88% | 0.56% | - |
| HSV(B) | 118.48º | 0.82% | 0.95% | - |
| XYZ | 33.47 | 64.34 | 13.04 | - |
| YUV | 161.72 | 61.56 | 47.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 242 | 44 | 0.80 | 0 | 0.82 | 0.05 | 118.48 | 0.88 | 0.56 |
| Hex | 31 | F2 | 2C | 50 | 0 | 52 | 5 | 76 | 58 | 38 |
| Octal | 61 | 362 | 54 | 120 | 0 | 122 | 5 | 166 | 130 | 70 |
| Binary | 110001 | 11110010 | 101100 | 1010000 | 0 | 1010010 | 101 | 1110110 | 1011000 | 111000 |
Color Harmonies of #31F22C
Complementary color
Monochromatic Colors of #31F22C
Black with #31F22C
Text Example
Text Example
White with #31F22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F22C; }
p { color: rgb(49,242,44); }
H1.HeaderClassName
{
color: #31F22C;
}
.AnyTagClassName
{
color: #31F22C;
}
</style>
background-color css
<style>
a { background-color: #31F22C; }
a { background-color: rgb(49,242,44); }
div.DivClassName
{
background-color: #31F22C;
}
.BgClassName
{
background-color: #31F22C;
}
</style>
border-color css
<style>
span { border-color: #31F22C; }
span { border-color: rgb(49,242,44); }
td.TdClassName
{
border-color: #31F22C;
}
.TagClassName
{
border-color: #31F22C;
}
</style>