Shades of Lime Green #3FE131
Tints of Lime Green #3FE131
RGB
CMYK
RGB Variations
Color information
#3FE131 (or 0x3FE131) is known color: Lime Green. HEX triplet: 3F, E1 and 31. RGB value is (63,225,49). Sum of RGB (Red+Green+Blue) = 63+225+49=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 225 (88.28% from 255 or 66.77% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE131 is #C01ECE. Grayscale: #9D9D9D. Windows color (decimal): -12590799 or 3268927. OLE color: 3268927.
HSL color Cylindrical-coordinate representation of color #3FE131: hue angle of 115.23º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FE131 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 49 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.12 |
| HSL | 115.23º | 0.75% | 0.54% | - |
| HSV(B) | 115.23º | 0.78% | 0.88% | - |
| XYZ | 29.53 | 55.13 | 11.99 | - |
| YUV | 156.5 | 67.33 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 49 | 0.72 | 0 | 0.78 | 0.12 | 115.23 | 0.75 | 0.54 |
| Hex | 3F | E1 | 31 | 48 | 0 | 4E | C | 73 | 4B | 36 |
| Octal | 77 | 341 | 61 | 110 | 0 | 116 | 14 | 163 | 113 | 66 |
| Binary | 111111 | 11100001 | 110001 | 1001000 | 0 | 1001110 | 1100 | 1110011 | 1001011 | 110110 |
Color Harmonies of #3FE131
Complementary color
Monochromatic Colors of #3FE131
Black with #3FE131
Text Example
Text Example
White with #3FE131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE131; }
p { color: rgb(63,225,49); }
H1.HeaderClassName
{
color: #3FE131;
}
.AnyTagClassName
{
color: #3FE131;
}
</style>
background-color css
<style>
a { background-color: #3FE131; }
a { background-color: rgb(63,225,49); }
div.DivClassName
{
background-color: #3FE131;
}
.BgClassName
{
background-color: #3FE131;
}
</style>
border-color css
<style>
span { border-color: #3FE131; }
span { border-color: rgb(63,225,49); }
td.TdClassName
{
border-color: #3FE131;
}
.TagClassName
{
border-color: #3FE131;
}
</style>