Shades of Lime Green #31F14C
Tints of Lime Green #31F14C
RGB
CMYK
RGB Variations
Color information
#31F14C (or 0x31F14C) is known color: Lime Green. HEX triplet: 31, F1 and 4C. RGB value is (49,241,76). Sum of RGB (Red+Green+Blue) = 49+241+76=366 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.39% from 366); Green value is 241 (94.53% from 255 or 65.85% from 366); Blue value is 76 (30.08% from 255 or 20.77% from 366); Max value from RGB is 241 - color contains mainly: green. Hex color #31F14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F14C is #CE0EB3. Grayscale: #A5A5A5. Windows color (decimal): -13504180 or 5042481. OLE color: 5042481.
HSL color Cylindrical-coordinate representation of color #31F14C: hue angle of 128.44º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F14C is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 49 | 241 | 76 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.05 |
| HSL | 128.44º | 0.87% | 0.57% | - |
| HSV(B) | 128.44º | 0.8% | 0.95% | - |
| XYZ | 34.03 | 64.09 | 17.41 | - |
| YUV | 164.78 | 77.89 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 241 | 76 | 0.80 | 0 | 0.68 | 0.05 | 128.44 | 0.87 | 0.57 |
| Hex | 31 | F1 | 4C | 50 | 0 | 44 | 5 | 80 | 57 | 39 |
| Octal | 61 | 361 | 114 | 120 | 0 | 104 | 5 | 200 | 127 | 71 |
| Binary | 110001 | 11110001 | 1001100 | 1010000 | 0 | 1000100 | 101 | 10000000 | 1010111 | 111001 |
Color Harmonies of #31F14C
Complementary color
Monochromatic Colors of #31F14C
Black with #31F14C
Text Example
Text Example
White with #31F14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F14C; }
p { color: rgb(49,241,76); }
H1.HeaderClassName
{
color: #31F14C;
}
.AnyTagClassName
{
color: #31F14C;
}
</style>
background-color css
<style>
a { background-color: #31F14C; }
a { background-color: rgb(49,241,76); }
div.DivClassName
{
background-color: #31F14C;
}
.BgClassName
{
background-color: #31F14C;
}
</style>
border-color css
<style>
span { border-color: #31F14C; }
span { border-color: rgb(49,241,76); }
td.TdClassName
{
border-color: #31F14C;
}
.TagClassName
{
border-color: #31F14C;
}
</style>