Shades of Lime Green #31F43B
Tints of Lime Green #31F43B
RGB
CMYK
RGB Variations
Color information
#31F43B (or 0x31F43B) is known color: Lime Green. HEX triplet: 31, F4 and 3B. RGB value is (49,244,59). Sum of RGB (Red+Green+Blue) = 49+244+59=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 244 (95.70% from 255 or 69.32% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 244 - color contains mainly: green. Hex color #31F43B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F43B is #CE0BC4. Grayscale: #A5A5A5. Windows color (decimal): -13503429 or 3929137. OLE color: 3929137.
HSL color Cylindrical-coordinate representation of color #31F43B: hue angle of 123.08º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F43B is Cyan = 0.80, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 49 | 244 | 59 | - |
| CMYK | 0.80 | 0 | 0.76 | 0.04 |
| HSL | 123.08º | 0.9% | 0.57% | - |
| HSV(B) | 123.08º | 0.8% | 0.96% | - |
| XYZ | 34.41 | 65.67 | 15 | - |
| YUV | 164.61 | 68.4 | 45.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 244 | 59 | 0.80 | 0 | 0.76 | 0.04 | 123.08 | 0.9 | 0.57 |
| Hex | 31 | F4 | 3B | 50 | 0 | 4C | 4 | 7B | 5A | 39 |
| Octal | 61 | 364 | 73 | 120 | 0 | 114 | 4 | 173 | 132 | 71 |
| Binary | 110001 | 11110100 | 111011 | 1010000 | 0 | 1001100 | 100 | 1111011 | 1011010 | 111001 |
Color Harmonies of #31F43B
Complementary color
Monochromatic Colors of #31F43B
Black with #31F43B
Text Example
Text Example
White with #31F43B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F43B; }
p { color: rgb(49,244,59); }
H1.HeaderClassName
{
color: #31F43B;
}
.AnyTagClassName
{
color: #31F43B;
}
</style>
background-color css
<style>
a { background-color: #31F43B; }
a { background-color: rgb(49,244,59); }
div.DivClassName
{
background-color: #31F43B;
}
.BgClassName
{
background-color: #31F43B;
}
</style>
border-color css
<style>
span { border-color: #31F43B; }
span { border-color: rgb(49,244,59); }
td.TdClassName
{
border-color: #31F43B;
}
.TagClassName
{
border-color: #31F43B;
}
</style>