Shades of Lime Green #31C22B
Tints of Lime Green #31C22B
RGB
CMYK
RGB Variations
Color information
#31C22B (or 0x31C22B) is known color: Lime Green. HEX triplet: 31, C2 and 2B. RGB value is (49,194,43). Sum of RGB (Red+Green+Blue) = 49+194+43=286 (37% of max value = 765). Red value is 49 (19.53% from 255 or 17.13% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #31C22B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31C22B is #CE3DD4. Grayscale: #858585. Windows color (decimal): -13516245 or 2867761. OLE color: 2867761.
HSL color Cylindrical-coordinate representation of color #31C22B: hue angle of 117.62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31C22B is Cyan = 0.75, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 194 | 43 | - |
| CMYK | 0.75 | 0 | 0.78 | 0.24 |
| HSL | 117.62º | 0.64% | 0.46% | - |
| HSV(B) | 117.62º | 0.78% | 0.76% | - |
| XYZ | 20.99 | 39.41 | 8.79 | - |
| YUV | 133.43 | 76.96 | 67.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 194 | 43 | 0.75 | 0 | 0.78 | 0.24 | 117.62 | 0.64 | 0.46 |
| Hex | 31 | C2 | 2B | 4B | 0 | 4E | 18 | 76 | 40 | 2E |
| Octal | 61 | 302 | 53 | 113 | 0 | 116 | 30 | 166 | 100 | 56 |
| Binary | 110001 | 11000010 | 101011 | 1001011 | 0 | 1001110 | 11000 | 1110110 | 1000000 | 101110 |
Color Harmonies of #31C22B
Complementary color
Monochromatic Colors of #31C22B
Black with #31C22B
Text Example
Text Example
White with #31C22B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31C22B; }
p { color: rgb(49,194,43); }
H1.HeaderClassName
{
color: #31C22B;
}
.AnyTagClassName
{
color: #31C22B;
}
</style>
background-color css
<style>
a { background-color: #31C22B; }
a { background-color: rgb(49,194,43); }
div.DivClassName
{
background-color: #31C22B;
}
.BgClassName
{
background-color: #31C22B;
}
</style>
border-color css
<style>
span { border-color: #31C22B; }
span { border-color: rgb(49,194,43); }
td.TdClassName
{
border-color: #31C22B;
}
.TagClassName
{
border-color: #31C22B;
}
</style>