Shades of Lime Green #40CF40
Tints of Lime Green #40CF40
RGB
CMYK
RGB Variations
Color information
#40CF40 (or 0x40CF40) is known color: Lime Green. HEX triplet: 40, CF and 40. RGB value is (64,207,64). Sum of RGB (Red+Green+Blue) = 64+207+64=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 207 (81.25% from 255 or 61.79% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 207 - color contains mainly: green. Hex color #40CF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CF40 is #BF30BF. Grayscale: #949494. Windows color (decimal): -12529856 or 4247360. OLE color: 4247360.
HSL color Cylindrical-coordinate representation of color #40CF40: hue angle of 120º 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 #40CF40 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 207 | 64 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.19 |
| HSL | 120º | 0.6% | 0.53% | - |
| HSV(B) | 120º | 0.69% | 0.81% | - |
| XYZ | 25.35 | 46.09 | 12.41 | - |
| YUV | 147.94 | 80.62 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 207 | 64 | 0.69 | 0 | 0.69 | 0.19 | 120 | 0.6 | 0.53 |
| Hex | 40 | CF | 40 | 45 | 0 | 45 | 13 | 78 | 3C | 35 |
| Octal | 100 | 317 | 100 | 105 | 0 | 105 | 23 | 170 | 74 | 65 |
| Binary | 1000000 | 11001111 | 1000000 | 1000101 | 0 | 1000101 | 10011 | 1111000 | 111100 | 110101 |
Color Harmonies of #40CF40
Complementary color
Monochromatic Colors of #40CF40
Black with #40CF40
Text Example
Text Example
White with #40CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CF40; }
p { color: rgb(64,207,64); }
H1.HeaderClassName
{
color: #40CF40;
}
.AnyTagClassName
{
color: #40CF40;
}
</style>
background-color css
<style>
a { background-color: #40CF40; }
a { background-color: rgb(64,207,64); }
div.DivClassName
{
background-color: #40CF40;
}
.BgClassName
{
background-color: #40CF40;
}
</style>
border-color css
<style>
span { border-color: #40CF40; }
span { border-color: rgb(64,207,64); }
td.TdClassName
{
border-color: #40CF40;
}
.TagClassName
{
border-color: #40CF40;
}
</style>