Shades of Lime Green #40CF46
Tints of Lime Green #40CF46
RGB
CMYK
RGB Variations
Color information
#40CF46 (or 0x40CF46) is known color: Lime Green. HEX triplet: 40, CF and 46. RGB value is (64,207,70). Sum of RGB (Red+Green+Blue) = 64+207+70=341 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.77% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CF46 is #BF30B9. Grayscale: #959595. Windows color (decimal): -12529850 or 4640576. OLE color: 4640576.
HSL color Cylindrical-coordinate representation of color #40CF46: hue angle of 122.52º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CF46 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 70 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.19 |
| HSL | 122.52º | 0.6% | 0.53% | - |
| HSV(B) | 122.52º | 0.69% | 0.81% | - |
| XYZ | 25.53 | 46.16 | 13.36 | - |
| YUV | 148.63 | 83.62 | 67.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 70 | 0.69 | 0 | 0.66 | 0.19 | 122.52 | 0.6 | 0.53 |
| Hex | 40 | CF | 46 | 45 | 0 | 42 | 13 | 7B | 3C | 35 |
| Octal | 100 | 317 | 106 | 105 | 0 | 102 | 23 | 173 | 74 | 65 |
| Binary | 1000000 | 11001111 | 1000110 | 1000101 | 0 | 1000010 | 10011 | 1111011 | 111100 | 110101 |
Color Harmonies of #40CF46
Complementary color
Monochromatic Colors of #40CF46
Black with #40CF46
Text Example
Text Example
White with #40CF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF46; }
p { color: rgb(64,207,70); }
H1.HeaderClassName
{
color: #40CF46;
}
.AnyTagClassName
{
color: #40CF46;
}
</style>
background-color css
<style>
a { background-color: #40CF46; }
a { background-color: rgb(64,207,70); }
div.DivClassName
{
background-color: #40CF46;
}
.BgClassName
{
background-color: #40CF46;
}
</style>
border-color css
<style>
span { border-color: #40CF46; }
span { border-color: rgb(64,207,70); }
td.TdClassName
{
border-color: #40CF46;
}
.TagClassName
{
border-color: #40CF46;
}
</style>