Shades of Lime Green #31F04C
Tints of Lime Green #31F04C
RGB
CMYK
RGB Variations
Color information
#31F04C (or 0x31F04C) is known color: Lime Green. HEX triplet: 31, F0 and 4C. RGB value is (49,240,76). Sum of RGB (Red+Green+Blue) = 49+240+76=365 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.42% from 365); Green value is 240 (94.14% from 255 or 65.75% from 365); Blue value is 76 (30.08% from 255 or 20.82% from 365); Max value from RGB is 240 - color contains mainly: green. Hex color #31F04C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #31F04C is #CE0FB3. Grayscale: #A4A4A4. Windows color (decimal): -13504436 or 5042225. OLE color: 5042225.
HSL color Cylindrical-coordinate representation of color #31F04C: hue angle of 128.48º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #31F04C is Cyan = 0.80, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 49 | 240 | 76 | - |
| CMYK | 0.80 | 0 | 0.68 | 0.06 |
| HSL | 128.48º | 0.86% | 0.57% | - |
| HSV(B) | 128.48º | 0.8% | 0.94% | - |
| XYZ | 33.73 | 63.49 | 17.32 | - |
| YUV | 164.2 | 78.22 | 45.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 240 | 76 | 0.80 | 0 | 0.68 | 0.06 | 128.48 | 0.86 | 0.57 |
| Hex | 31 | F0 | 4C | 50 | 0 | 44 | 6 | 80 | 56 | 39 |
| Octal | 61 | 360 | 114 | 120 | 0 | 104 | 6 | 200 | 126 | 71 |
| Binary | 110001 | 11110000 | 1001100 | 1010000 | 0 | 1000100 | 110 | 10000000 | 1010110 | 111001 |
Color Harmonies of #31F04C
Complementary color
Monochromatic Colors of #31F04C
Black with #31F04C
Text Example
Text Example
White with #31F04C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31F04C; }
p { color: rgb(49,240,76); }
H1.HeaderClassName
{
color: #31F04C;
}
.AnyTagClassName
{
color: #31F04C;
}
</style>
background-color css
<style>
a { background-color: #31F04C; }
a { background-color: rgb(49,240,76); }
div.DivClassName
{
background-color: #31F04C;
}
.BgClassName
{
background-color: #31F04C;
}
</style>
border-color css
<style>
span { border-color: #31F04C; }
span { border-color: rgb(49,240,76); }
td.TdClassName
{
border-color: #31F04C;
}
.TagClassName
{
border-color: #31F04C;
}
</style>