Shades of Lime Green #40BA35
Tints of Lime Green #40BA35
RGB
CMYK
RGB Variations
Color information
#40BA35 (or 0x40BA35) is known color: Lime Green. HEX triplet: 40, BA and 35. RGB value is (64,186,53). Sum of RGB (Red+Green+Blue) = 64+186+53=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 186 (73.05% from 255 or 61.39% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 186 - color contains mainly: green. Hex color #40BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BA35 is #BF45CA. Grayscale: #868686. Windows color (decimal): -12535243 or 3521088. OLE color: 3521088.
HSL color Cylindrical-coordinate representation of color #40BA35: hue angle of 115.04º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40BA35 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 186 | 53 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.27 |
| HSL | 115.04º | 0.56% | 0.47% | - |
| HSV(B) | 115.04º | 0.72% | 0.73% | - |
| XYZ | 20.32 | 36.46 | 9.34 | - |
| YUV | 134.36 | 82.08 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 186 | 53 | 0.66 | 0 | 0.72 | 0.27 | 115.04 | 0.56 | 0.47 |
| Hex | 40 | BA | 35 | 42 | 0 | 48 | 1B | 73 | 38 | 2F |
| Octal | 100 | 272 | 65 | 102 | 0 | 110 | 33 | 163 | 70 | 57 |
| Binary | 1000000 | 10111010 | 110101 | 1000010 | 0 | 1001000 | 11011 | 1110011 | 111000 | 101111 |
Color Harmonies of #40BA35
Complementary color
Monochromatic Colors of #40BA35
Black with #40BA35
Text Example
Text Example
White with #40BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BA35; }
p { color: rgb(64,186,53); }
H1.HeaderClassName
{
color: #40BA35;
}
.AnyTagClassName
{
color: #40BA35;
}
</style>
background-color css
<style>
a { background-color: #40BA35; }
a { background-color: rgb(64,186,53); }
div.DivClassName
{
background-color: #40BA35;
}
.BgClassName
{
background-color: #40BA35;
}
</style>
border-color css
<style>
span { border-color: #40BA35; }
span { border-color: rgb(64,186,53); }
td.TdClassName
{
border-color: #40BA35;
}
.TagClassName
{
border-color: #40BA35;
}
</style>