Shades of Lime Green #40B339
Tints of Lime Green #40B339
RGB
CMYK
RGB Variations
Color information
#40B339 (or 0x40B339) is known color: Lime Green. HEX triplet: 40, B3 and 39. RGB value is (64,179,57). Sum of RGB (Red+Green+Blue) = 64+179+57=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 179 (70.31% from 255 or 59.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 179 - color contains mainly: green. Hex color #40B339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B339 is #BF4CC6. Grayscale: #838383. Windows color (decimal): -12537031 or 3781440. OLE color: 3781440.
HSL color Cylindrical-coordinate representation of color #40B339: hue angle of 116.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40B339 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 179 | 57 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.30 |
| HSL | 116.56º | 0.52% | 0.46% | - |
| HSV(B) | 116.56º | 0.68% | 0.7% | - |
| XYZ | 18.97 | 33.63 | 9.36 | - |
| YUV | 130.71 | 86.4 | 80.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 179 | 57 | 0.64 | 0 | 0.68 | 0.30 | 116.56 | 0.52 | 0.46 |
| Hex | 40 | B3 | 39 | 40 | 0 | 44 | 1E | 75 | 34 | 2E |
| Octal | 100 | 263 | 71 | 100 | 0 | 104 | 36 | 165 | 64 | 56 |
| Binary | 1000000 | 10110011 | 111001 | 1000000 | 0 | 1000100 | 11110 | 1110101 | 110100 | 101110 |
Color Harmonies of #40B339
Complementary color
Monochromatic Colors of #40B339
Black with #40B339
Text Example
Text Example
White with #40B339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B339; }
p { color: rgb(64,179,57); }
H1.HeaderClassName
{
color: #40B339;
}
.AnyTagClassName
{
color: #40B339;
}
</style>
background-color css
<style>
a { background-color: #40B339; }
a { background-color: rgb(64,179,57); }
div.DivClassName
{
background-color: #40B339;
}
.BgClassName
{
background-color: #40B339;
}
</style>
border-color css
<style>
span { border-color: #40B339; }
span { border-color: rgb(64,179,57); }
td.TdClassName
{
border-color: #40B339;
}
.TagClassName
{
border-color: #40B339;
}
</style>