Shades of Lime Green #40BF40
Tints of Lime Green #40BF40
RGB
CMYK
RGB Variations
Color information
#40BF40 (or 0x40BF40) is known color: Lime Green. HEX triplet: 40, BF and 40. RGB value is (64,191,64). Sum of RGB (Red+Green+Blue) = 64+191+64=319 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20.06% from 319); Green value is 191 (75% from 255 or 59.87% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 191 - color contains mainly: green. Hex color #40BF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BF40 is #BF40BF. Grayscale: #8A8A8A. Windows color (decimal): -12533952 or 4243264. OLE color: 4243264.
HSL color Cylindrical-coordinate representation of color #40BF40: hue angle of 120º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BF40 is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 191 | 64 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.25 |
| HSL | 120º | 0.5% | 0.5% | - |
| HSV(B) | 120º | 0.66% | 0.75% | - |
| XYZ | 21.67 | 38.72 | 11.18 | - |
| YUV | 138.55 | 85.92 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 191 | 64 | 0.66 | 0 | 0.66 | 0.25 | 120 | 0.5 | 0.5 |
| Hex | 40 | BF | 40 | 42 | 0 | 42 | 19 | 78 | 32 | 32 |
| Octal | 100 | 277 | 100 | 102 | 0 | 102 | 31 | 170 | 62 | 62 |
| Binary | 1000000 | 10111111 | 1000000 | 1000010 | 0 | 1000010 | 11001 | 1111000 | 110010 | 110010 |
Color Harmonies of #40BF40
Complementary color
Monochromatic Colors of #40BF40
Black with #40BF40
Text Example
Text Example
White with #40BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BF40; }
p { color: rgb(64,191,64); }
H1.HeaderClassName
{
color: #40BF40;
}
.AnyTagClassName
{
color: #40BF40;
}
</style>
background-color css
<style>
a { background-color: #40BF40; }
a { background-color: rgb(64,191,64); }
div.DivClassName
{
background-color: #40BF40;
}
.BgClassName
{
background-color: #40BF40;
}
</style>
border-color css
<style>
span { border-color: #40BF40; }
span { border-color: rgb(64,191,64); }
td.TdClassName
{
border-color: #40BF40;
}
.TagClassName
{
border-color: #40BF40;
}
</style>