Shades of Lime Green #40BA2F
Tints of Lime Green #40BA2F
RGB
CMYK
RGB Variations
Color information
#40BA2F (or 0x40BA2F) is known color: Lime Green. HEX triplet: 40, BA and 2F. RGB value is (64,186,47). Sum of RGB (Red+Green+Blue) = 64+186+47=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 47 (18.75% from 255 or 15.82% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA2F is #BF45D0. Grayscale: #868686. Windows color (decimal): -12535249 or 3127872. OLE color: 3127872.
HSL color Cylindrical-coordinate representation of color #40BA2F: hue angle of 112.66º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BA2F is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 47 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.27 |
| HSL | 112.66º | 0.6% | 0.46% | - |
| HSV(B) | 112.66º | 0.75% | 0.73% | - |
| XYZ | 20.19 | 36.41 | 8.65 | - |
| YUV | 133.68 | 79.08 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 47 | 0.66 | 0 | 0.75 | 0.27 | 112.66 | 0.6 | 0.46 |
| Hex | 40 | BA | 2F | 42 | 0 | 4B | 1B | 71 | 3C | 2E |
| Octal | 100 | 272 | 57 | 102 | 0 | 113 | 33 | 161 | 74 | 56 |
| Binary | 1000000 | 10111010 | 101111 | 1000010 | 0 | 1001011 | 11011 | 1110001 | 111100 | 101110 |
Color Harmonies of #40BA2F
Complementary color
Monochromatic Colors of #40BA2F
Black with #40BA2F
Text Example
Text Example
White with #40BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA2F; }
p { color: rgb(64,186,47); }
H1.HeaderClassName
{
color: #40BA2F;
}
.AnyTagClassName
{
color: #40BA2F;
}
</style>
background-color css
<style>
a { background-color: #40BA2F; }
a { background-color: rgb(64,186,47); }
div.DivClassName
{
background-color: #40BA2F;
}
.BgClassName
{
background-color: #40BA2F;
}
</style>
border-color css
<style>
span { border-color: #40BA2F; }
span { border-color: rgb(64,186,47); }
td.TdClassName
{
border-color: #40BA2F;
}
.TagClassName
{
border-color: #40BA2F;
}
</style>