Shades of Lime Green #3FF647
Tints of Lime Green #3FF647
RGB
CMYK
RGB Variations
Color information
#3FF647 (or 0x3FF647) is known color: Lime Green. HEX triplet: 3F, F6 and 47. RGB value is (63,246,71). Sum of RGB (Red+Green+Blue) = 63+246+71=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 246 (96.48% from 255 or 64.74% from 380); Blue value is 71 (28.12% from 255 or 18.68% from 380); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF647 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF647 is #C009B8. Grayscale: #ABABAB. Windows color (decimal): -12585401 or 4716095. OLE color: 4716095.
HSL color Cylindrical-coordinate representation of color #3FF647: hue angle of 122.62º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF647 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 71 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.04 |
| HSL | 122.62º | 0.91% | 0.61% | - |
| HSV(B) | 122.62º | 0.74% | 0.96% | - |
| XYZ | 36.14 | 67.42 | 17.07 | - |
| YUV | 171.33 | 71.37 | 50.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 71 | 0.74 | 0 | 0.71 | 0.04 | 122.62 | 0.91 | 0.61 |
| Hex | 3F | F6 | 47 | 4A | 0 | 47 | 4 | 7B | 5B | 3D |
| Octal | 77 | 366 | 107 | 112 | 0 | 107 | 4 | 173 | 133 | 75 |
| Binary | 111111 | 11110110 | 1000111 | 1001010 | 0 | 1000111 | 100 | 1111011 | 1011011 | 111101 |
Color Harmonies of #3FF647
Complementary color
Monochromatic Colors of #3FF647
Black with #3FF647
Text Example
Text Example
White with #3FF647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF647; }
p { color: rgb(63,246,71); }
H1.HeaderClassName
{
color: #3FF647;
}
.AnyTagClassName
{
color: #3FF647;
}
</style>
background-color css
<style>
a { background-color: #3FF647; }
a { background-color: rgb(63,246,71); }
div.DivClassName
{
background-color: #3FF647;
}
.BgClassName
{
background-color: #3FF647;
}
</style>
border-color css
<style>
span { border-color: #3FF647; }
span { border-color: rgb(63,246,71); }
td.TdClassName
{
border-color: #3FF647;
}
.TagClassName
{
border-color: #3FF647;
}
</style>