Shades of Lime Green #40F647
Tints of Lime Green #40F647
RGB
CMYK
RGB Variations
Color information
#40F647 (or 0x40F647) is known color: Lime Green. HEX triplet: 40, F6 and 47. RGB value is (64,246,71). Sum of RGB (Red+Green+Blue) = 64+246+71=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 246 (96.48% from 255 or 64.57% from 381); Blue value is 71 (28.12% from 255 or 18.64% from 381); Max value from RGB is 246 - color contains mainly: green. Hex color #40F647 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F647 is #BF09B8. Grayscale: #ACACAC. Windows color (decimal): -12519865 or 4716096. OLE color: 4716096.
HSL color Cylindrical-coordinate representation of color #40F647: hue angle of 122.31º 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 #40F647 is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 246 | 71 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.04 |
| HSL | 122.31º | 0.91% | 0.61% | - |
| HSV(B) | 122.31º | 0.74% | 0.96% | - |
| XYZ | 36.21 | 67.46 | 17.07 | - |
| YUV | 171.63 | 71.2 | 51.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 246 | 71 | 0.74 | 0 | 0.71 | 0.04 | 122.31 | 0.91 | 0.61 |
| Hex | 40 | F6 | 47 | 4A | 0 | 47 | 4 | 7A | 5B | 3D |
| Octal | 100 | 366 | 107 | 112 | 0 | 107 | 4 | 172 | 133 | 75 |
| Binary | 1000000 | 11110110 | 1000111 | 1001010 | 0 | 1000111 | 100 | 1111010 | 1011011 | 111101 |
Color Harmonies of #40F647
Complementary color
Monochromatic Colors of #40F647
Black with #40F647
Text Example
Text Example
White with #40F647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F647; }
p { color: rgb(64,246,71); }
H1.HeaderClassName
{
color: #40F647;
}
.AnyTagClassName
{
color: #40F647;
}
</style>
background-color css
<style>
a { background-color: #40F647; }
a { background-color: rgb(64,246,71); }
div.DivClassName
{
background-color: #40F647;
}
.BgClassName
{
background-color: #40F647;
}
</style>
border-color css
<style>
span { border-color: #40F647; }
span { border-color: rgb(64,246,71); }
td.TdClassName
{
border-color: #40F647;
}
.TagClassName
{
border-color: #40F647;
}
</style>