Shades of Lime Green #40BE2B
Tints of Lime Green #40BE2B
RGB
CMYK
RGB Variations
Color information
#40BE2B (or 0x40BE2B) is known color: Lime Green. HEX triplet: 40, BE and 2B. RGB value is (64,190,43). Sum of RGB (Red+Green+Blue) = 64+190+43=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 190 (74.61% from 255 or 63.97% from 297); Blue value is 43 (17.19% from 255 or 14.48% from 297); Max value from RGB is 190 - color contains mainly: green. Hex color #40BE2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BE2B is #BF41D4. Grayscale: #888888. Windows color (decimal): -12534229 or 2866752. OLE color: 2866752.
HSL color Cylindrical-coordinate representation of color #40BE2B: hue angle of 111.43º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #40BE2B is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 190 | 43 | - |
| CMYK | 0.66 | 0 | 0.77 | 0.25 |
| HSL | 111.43º | 0.63% | 0.46% | - |
| HSV(B) | 111.43º | 0.77% | 0.75% | - |
| XYZ | 20.96 | 38.09 | 8.53 | - |
| YUV | 135.57 | 75.76 | 76.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 190 | 43 | 0.66 | 0 | 0.77 | 0.25 | 111.43 | 0.63 | 0.46 |
| Hex | 40 | BE | 2B | 42 | 0 | 4D | 19 | 6F | 3F | 2E |
| Octal | 100 | 276 | 53 | 102 | 0 | 115 | 31 | 157 | 77 | 56 |
| Binary | 1000000 | 10111110 | 101011 | 1000010 | 0 | 1001101 | 11001 | 1101111 | 111111 | 101110 |
Color Harmonies of #40BE2B
Complementary color
Monochromatic Colors of #40BE2B
Black with #40BE2B
Text Example
Text Example
White with #40BE2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BE2B; }
p { color: rgb(64,190,43); }
H1.HeaderClassName
{
color: #40BE2B;
}
.AnyTagClassName
{
color: #40BE2B;
}
</style>
background-color css
<style>
a { background-color: #40BE2B; }
a { background-color: rgb(64,190,43); }
div.DivClassName
{
background-color: #40BE2B;
}
.BgClassName
{
background-color: #40BE2B;
}
</style>
border-color css
<style>
span { border-color: #40BE2B; }
span { border-color: rgb(64,190,43); }
td.TdClassName
{
border-color: #40BE2B;
}
.TagClassName
{
border-color: #40BE2B;
}
</style>