Shades of Lime Green #40B734
Tints of Lime Green #40B734
RGB
CMYK
RGB Variations
Color information
#40B734 (or 0x40B734) is known color: Lime Green. HEX triplet: 40, B7 and 34. RGB value is (64,183,52). Sum of RGB (Red+Green+Blue) = 64+183+52=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 183 (71.88% from 255 or 61.20% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 183 - color contains mainly: green. Hex color #40B734 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B734 is #BF48CB. Grayscale: #848484. Windows color (decimal): -12536012 or 3454784. OLE color: 3454784.
HSL color Cylindrical-coordinate representation of color #40B734: hue angle of 114.5º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40B734 is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 183 | 52 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.28 |
| HSL | 114.5º | 0.56% | 0.46% | - |
| HSV(B) | 114.5º | 0.72% | 0.72% | - |
| XYZ | 19.67 | 35.2 | 9.01 | - |
| YUV | 132.49 | 82.58 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 183 | 52 | 0.65 | 0 | 0.72 | 0.28 | 114.5 | 0.56 | 0.46 |
| Hex | 40 | B7 | 34 | 41 | 0 | 48 | 1C | 73 | 38 | 2E |
| Octal | 100 | 267 | 64 | 101 | 0 | 110 | 34 | 163 | 70 | 56 |
| Binary | 1000000 | 10110111 | 110100 | 1000001 | 0 | 1001000 | 11100 | 1110011 | 111000 | 101110 |
Color Harmonies of #40B734
Complementary color
Monochromatic Colors of #40B734
Black with #40B734
Text Example
Text Example
White with #40B734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B734; }
p { color: rgb(64,183,52); }
H1.HeaderClassName
{
color: #40B734;
}
.AnyTagClassName
{
color: #40B734;
}
</style>
background-color css
<style>
a { background-color: #40B734; }
a { background-color: rgb(64,183,52); }
div.DivClassName
{
background-color: #40B734;
}
.BgClassName
{
background-color: #40B734;
}
</style>
border-color css
<style>
span { border-color: #40B734; }
span { border-color: rgb(64,183,52); }
td.TdClassName
{
border-color: #40B734;
}
.TagClassName
{
border-color: #40B734;
}
</style>