Shades of Lime Green #31F426
Tints of Lime Green #31F426
RGB
CMYK
RGB Variations
Color information
#31F426 (or 0x31F426) is known color: Lime Green. HEX triplet: 31, F4 and 26. RGB value is (49,244,38). Sum of RGB (Red+Green+Blue) = 49+244+38=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 244 (95.70% from 255 or 73.72% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 244 - color contains mainly: green. Hex color #31F426 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F426 is #CE0BD9. Grayscale: #A2A2A2. Windows color (decimal): -13503450 or 2552881. OLE color: 2552881.
HSL color Cylindrical-coordinate representation of color #31F426: hue angle of 116.8º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #31F426 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 244 | 38 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.04 |
| HSL | 116.8º | 0.9% | 0.55% | - |
| HSV(B) | 116.8º | 0.84% | 0.96% | - |
| XYZ | 33.97 | 65.49 | 12.69 | - |
| YUV | 162.21 | 57.9 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 244 | 38 | 0.80 | 0 | 0.84 | 0.04 | 116.8 | 0.9 | 0.55 |
| Hex | 31 | F4 | 26 | 50 | 0 | 54 | 4 | 75 | 5A | 37 |
| Octal | 61 | 364 | 46 | 120 | 0 | 124 | 4 | 165 | 132 | 67 |
| Binary | 110001 | 11110100 | 100110 | 1010000 | 0 | 1010100 | 100 | 1110101 | 1011010 | 110111 |
Color Harmonies of #31F426
Complementary color
Monochromatic Colors of #31F426
Black with #31F426
Text Example
Text Example
White with #31F426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F426; }
p { color: rgb(49,244,38); }
H1.HeaderClassName
{
color: #31F426;
}
.AnyTagClassName
{
color: #31F426;
}
</style>
background-color css
<style>
a { background-color: #31F426; }
a { background-color: rgb(49,244,38); }
div.DivClassName
{
background-color: #31F426;
}
.BgClassName
{
background-color: #31F426;
}
</style>
border-color css
<style>
span { border-color: #31F426; }
span { border-color: rgb(49,244,38); }
td.TdClassName
{
border-color: #31F426;
}
.TagClassName
{
border-color: #31F426;
}
</style>