Shades of Lime Green #40B538
Tints of Lime Green #40B538
RGB
CMYK
RGB Variations
Color information
#40B538 (or 0x40B538) is known color: Lime Green. HEX triplet: 40, B5 and 38. RGB value is (64,181,56). Sum of RGB (Red+Green+Blue) = 64+181+56=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #40B538 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B538 is #BF4AC7. Grayscale: #848484. Windows color (decimal): -12536520 or 3716416. OLE color: 3716416.
HSL color Cylindrical-coordinate representation of color #40B538: hue angle of 116.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40B538 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 181 | 56 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.29 |
| HSL | 116.16º | 0.53% | 0.46% | - |
| HSV(B) | 116.16º | 0.69% | 0.71% | - |
| XYZ | 19.35 | 34.42 | 9.37 | - |
| YUV | 131.77 | 85.24 | 79.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 181 | 56 | 0.65 | 0 | 0.69 | 0.29 | 116.16 | 0.53 | 0.46 |
| Hex | 40 | B5 | 38 | 41 | 0 | 45 | 1D | 74 | 35 | 2E |
| Octal | 100 | 265 | 70 | 101 | 0 | 105 | 35 | 164 | 65 | 56 |
| Binary | 1000000 | 10110101 | 111000 | 1000001 | 0 | 1000101 | 11101 | 1110100 | 110101 | 101110 |
Color Harmonies of #40B538
Complementary color
Monochromatic Colors of #40B538
Black with #40B538
Text Example
Text Example
White with #40B538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B538; }
p { color: rgb(64,181,56); }
H1.HeaderClassName
{
color: #40B538;
}
.AnyTagClassName
{
color: #40B538;
}
</style>
background-color css
<style>
a { background-color: #40B538; }
a { background-color: rgb(64,181,56); }
div.DivClassName
{
background-color: #40B538;
}
.BgClassName
{
background-color: #40B538;
}
</style>
border-color css
<style>
span { border-color: #40B538; }
span { border-color: rgb(64,181,56); }
td.TdClassName
{
border-color: #40B538;
}
.TagClassName
{
border-color: #40B538;
}
</style>