Shades of Lime Green #40F643
Tints of Lime Green #40F643
RGB
CMYK
RGB Variations
Color information
#40F643 (or 0x40F643) is known color: Lime Green. HEX triplet: 40, F6 and 43. RGB value is (64,246,67). Sum of RGB (Red+Green+Blue) = 64+246+67=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 246 (96.48% from 255 or 65.25% from 377); Blue value is 67 (26.56% from 255 or 17.77% from 377); Max value from RGB is 246 - color contains mainly: green. Hex color #40F643 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F643 is #BF09BC. Grayscale: #ABABAB. Windows color (decimal): -12519869 or 4453952. OLE color: 4453952.
HSL color Cylindrical-coordinate representation of color #40F643: hue angle of 120.99º 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 #40F643 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 246 | 67 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.04 |
| HSL | 120.99º | 0.91% | 0.61% | - |
| HSV(B) | 120.99º | 0.74% | 0.96% | - |
| XYZ | 36.08 | 67.41 | 16.42 | - |
| YUV | 171.18 | 69.2 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 246 | 67 | 0.74 | 0 | 0.73 | 0.04 | 120.99 | 0.91 | 0.61 |
| Hex | 40 | F6 | 43 | 4A | 0 | 49 | 4 | 79 | 5B | 3D |
| Octal | 100 | 366 | 103 | 112 | 0 | 111 | 4 | 171 | 133 | 75 |
| Binary | 1000000 | 11110110 | 1000011 | 1001010 | 0 | 1001001 | 100 | 1111001 | 1011011 | 111101 |
Color Harmonies of #40F643
Complementary color
Monochromatic Colors of #40F643
Black with #40F643
Text Example
Text Example
White with #40F643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F643; }
p { color: rgb(64,246,67); }
H1.HeaderClassName
{
color: #40F643;
}
.AnyTagClassName
{
color: #40F643;
}
</style>
background-color css
<style>
a { background-color: #40F643; }
a { background-color: rgb(64,246,67); }
div.DivClassName
{
background-color: #40F643;
}
.BgClassName
{
background-color: #40F643;
}
</style>
border-color css
<style>
span { border-color: #40F643; }
span { border-color: rgb(64,246,67); }
td.TdClassName
{
border-color: #40F643;
}
.TagClassName
{
border-color: #40F643;
}
</style>