Shades of Lime Green #40BE2F
Tints of Lime Green #40BE2F
RGB
CMYK
RGB Variations
Color information
#40BE2F (or 0x40BE2F) is known color: Lime Green. HEX triplet: 40, BE and 2F. RGB value is (64,190,47). Sum of RGB (Red+Green+Blue) = 64+190+47=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 190 (74.61% from 255 or 63.12% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE2F is #BF41D0. Grayscale: #888888. Windows color (decimal): -12534225 or 3128896. OLE color: 3128896.
HSL color Cylindrical-coordinate representation of color #40BE2F: hue angle of 112.87º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40BE2F is Cyan = 0.66, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 47 | - |
| CMYK | 0.66 | 0 | 0.75 | 0.25 |
| HSL | 112.87º | 0.6% | 0.46% | - |
| HSV(B) | 112.87º | 0.75% | 0.75% | - |
| XYZ | 21.04 | 38.12 | 8.94 | - |
| YUV | 136.02 | 77.76 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 47 | 0.66 | 0 | 0.75 | 0.25 | 112.87 | 0.6 | 0.46 |
| Hex | 40 | BE | 2F | 42 | 0 | 4B | 19 | 71 | 3C | 2E |
| Octal | 100 | 276 | 57 | 102 | 0 | 113 | 31 | 161 | 74 | 56 |
| Binary | 1000000 | 10111110 | 101111 | 1000010 | 0 | 1001011 | 11001 | 1110001 | 111100 | 101110 |
Color Harmonies of #40BE2F
Complementary color
Monochromatic Colors of #40BE2F
Black with #40BE2F
Text Example
Text Example
White with #40BE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE2F; }
p { color: rgb(64,190,47); }
H1.HeaderClassName
{
color: #40BE2F;
}
.AnyTagClassName
{
color: #40BE2F;
}
</style>
background-color css
<style>
a { background-color: #40BE2F; }
a { background-color: rgb(64,190,47); }
div.DivClassName
{
background-color: #40BE2F;
}
.BgClassName
{
background-color: #40BE2F;
}
</style>
border-color css
<style>
span { border-color: #40BE2F; }
span { border-color: rgb(64,190,47); }
td.TdClassName
{
border-color: #40BE2F;
}
.TagClassName
{
border-color: #40BE2F;
}
</style>