Shades of Lime Green #40B439
Tints of Lime Green #40B439
RGB
CMYK
RGB Variations
Color information
#40B439 (or 0x40B439) is known color: Lime Green. HEX triplet: 40, B4 and 39. RGB value is (64,180,57). Sum of RGB (Red+Green+Blue) = 64+180+57=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 57 (22.66% from 255 or 18.94% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #40B439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B439 is #BF4BC6. Grayscale: #838383. Windows color (decimal): -12536775 or 3781696. OLE color: 3781696.
HSL color Cylindrical-coordinate representation of color #40B439: hue angle of 116.59º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40B439 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 180 | 57 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.29 |
| HSL | 116.59º | 0.52% | 0.46% | - |
| HSV(B) | 116.59º | 0.68% | 0.71% | - |
| XYZ | 19.17 | 34.03 | 9.43 | - |
| YUV | 131.29 | 86.07 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 180 | 57 | 0.64 | 0 | 0.68 | 0.29 | 116.59 | 0.52 | 0.46 |
| Hex | 40 | B4 | 39 | 40 | 0 | 44 | 1D | 75 | 34 | 2E |
| Octal | 100 | 264 | 71 | 100 | 0 | 104 | 35 | 165 | 64 | 56 |
| Binary | 1000000 | 10110100 | 111001 | 1000000 | 0 | 1000100 | 11101 | 1110101 | 110100 | 101110 |
Color Harmonies of #40B439
Complementary color
Monochromatic Colors of #40B439
Black with #40B439
Text Example
Text Example
White with #40B439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B439; }
p { color: rgb(64,180,57); }
H1.HeaderClassName
{
color: #40B439;
}
.AnyTagClassName
{
color: #40B439;
}
</style>
background-color css
<style>
a { background-color: #40B439; }
a { background-color: rgb(64,180,57); }
div.DivClassName
{
background-color: #40B439;
}
.BgClassName
{
background-color: #40B439;
}
</style>
border-color css
<style>
span { border-color: #40B439; }
span { border-color: rgb(64,180,57); }
td.TdClassName
{
border-color: #40B439;
}
.TagClassName
{
border-color: #40B439;
}
</style>