Shades of Lime Green #3FE031
Tints of Lime Green #3FE031
RGB
CMYK
RGB Variations
Color information
#3FE031 (or 0x3FE031) is known color: Lime Green. HEX triplet: 3F, E0 and 31. RGB value is (63,224,49). Sum of RGB (Red+Green+Blue) = 63+224+49=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 224 (87.89% from 255 or 66.67% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE031 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE031 is #C01FCE. Grayscale: #9C9C9C. Windows color (decimal): -12591055 or 3268671. OLE color: 3268671.
HSL color Cylindrical-coordinate representation of color #3FE031: hue angle of 115.2º degrees, saturation: 0.74, 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 #3FE031 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 49 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.12 |
| HSL | 115.2º | 0.74% | 0.54% | - |
| HSV(B) | 115.2º | 0.78% | 0.88% | - |
| XYZ | 29.26 | 54.59 | 11.9 | - |
| YUV | 155.91 | 67.66 | 61.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 49 | 0.72 | 0 | 0.78 | 0.12 | 115.2 | 0.74 | 0.54 |
| Hex | 3F | E0 | 31 | 48 | 0 | 4E | C | 73 | 4A | 36 |
| Octal | 77 | 340 | 61 | 110 | 0 | 116 | 14 | 163 | 112 | 66 |
| Binary | 111111 | 11100000 | 110001 | 1001000 | 0 | 1001110 | 1100 | 1110011 | 1001010 | 110110 |
Color Harmonies of #3FE031
Complementary color
Monochromatic Colors of #3FE031
Black with #3FE031
Text Example
Text Example
White with #3FE031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE031; }
p { color: rgb(63,224,49); }
H1.HeaderClassName
{
color: #3FE031;
}
.AnyTagClassName
{
color: #3FE031;
}
</style>
background-color css
<style>
a { background-color: #3FE031; }
a { background-color: rgb(63,224,49); }
div.DivClassName
{
background-color: #3FE031;
}
.BgClassName
{
background-color: #3FE031;
}
</style>
border-color css
<style>
span { border-color: #3FE031; }
span { border-color: rgb(63,224,49); }
td.TdClassName
{
border-color: #3FE031;
}
.TagClassName
{
border-color: #3FE031;
}
</style>