Shades of Lime Green #3FEE47
Tints of Lime Green #3FEE47
RGB
CMYK
RGB Variations
Color information
#3FEE47 (or 0x3FEE47) is known color: Lime Green. HEX triplet: 3F, EE and 47. RGB value is (63,238,71). Sum of RGB (Red+Green+Blue) = 63+238+71=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 238 (93.36% from 255 or 63.98% from 372); Blue value is 71 (28.12% from 255 or 19.09% from 372); Max value from RGB is 238 - color contains mainly: green. Hex color #3FEE47 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FEE47 is #C011B8. Grayscale: #A7A7A7. Windows color (decimal): -12587449 or 4714047. OLE color: 4714047.
HSL color Cylindrical-coordinate representation of color #3FEE47: hue angle of 122.74º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FEE47 is Cyan = 0.74, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 238 | 71 | - |
| CMYK | 0.74 | 0 | 0.70 | 0.07 |
| HSL | 122.74º | 0.84% | 0.59% | - |
| HSV(B) | 122.74º | 0.74% | 0.93% | - |
| XYZ | 33.76 | 62.66 | 16.28 | - |
| YUV | 166.64 | 74.02 | 54.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 238 | 71 | 0.74 | 0 | 0.70 | 0.07 | 122.74 | 0.84 | 0.59 |
| Hex | 3F | EE | 47 | 4A | 0 | 46 | 7 | 7B | 54 | 3B |
| Octal | 77 | 356 | 107 | 112 | 0 | 106 | 7 | 173 | 124 | 73 |
| Binary | 111111 | 11101110 | 1000111 | 1001010 | 0 | 1000110 | 111 | 1111011 | 1010100 | 111011 |
Color Harmonies of #3FEE47
Complementary color
Monochromatic Colors of #3FEE47
Black with #3FEE47
Text Example
Text Example
White with #3FEE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FEE47; }
p { color: rgb(63,238,71); }
H1.HeaderClassName
{
color: #3FEE47;
}
.AnyTagClassName
{
color: #3FEE47;
}
</style>
background-color css
<style>
a { background-color: #3FEE47; }
a { background-color: rgb(63,238,71); }
div.DivClassName
{
background-color: #3FEE47;
}
.BgClassName
{
background-color: #3FEE47;
}
</style>
border-color css
<style>
span { border-color: #3FEE47; }
span { border-color: rgb(63,238,71); }
td.TdClassName
{
border-color: #3FEE47;
}
.TagClassName
{
border-color: #3FEE47;
}
</style>