Shades of Lime Green #40BB3D
Tints of Lime Green #40BB3D
RGB
CMYK
RGB Variations
Color information
#40BB3D (or 0x40BB3D) is known color: Lime Green. HEX triplet: 40, BB and 3D. RGB value is (64,187,61). Sum of RGB (Red+Green+Blue) = 64+187+61=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 187 (73.44% from 255 or 59.94% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BB3D is #BF44C2. Grayscale: #888888. Windows color (decimal): -12534979 or 4045632. OLE color: 4045632.
HSL color Cylindrical-coordinate representation of color #40BB3D: hue angle of 118.57º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40BB3D is Cyan = 0.66, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 61 | - |
| CMYK | 0.66 | 0 | 0.67 | 0.27 |
| HSL | 118.57º | 0.51% | 0.49% | - |
| HSV(B) | 118.57º | 0.67% | 0.73% | - |
| XYZ | 20.73 | 36.97 | 10.46 | - |
| YUV | 135.86 | 85.75 | 76.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 61 | 0.66 | 0 | 0.67 | 0.27 | 118.57 | 0.51 | 0.49 |
| Hex | 40 | BB | 3D | 42 | 0 | 43 | 1B | 77 | 33 | 31 |
| Octal | 100 | 273 | 75 | 102 | 0 | 103 | 33 | 167 | 63 | 61 |
| Binary | 1000000 | 10111011 | 111101 | 1000010 | 0 | 1000011 | 11011 | 1110111 | 110011 | 110001 |
Color Harmonies of #40BB3D
Complementary color
Monochromatic Colors of #40BB3D
Black with #40BB3D
Text Example
Text Example
White with #40BB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB3D; }
p { color: rgb(64,187,61); }
H1.HeaderClassName
{
color: #40BB3D;
}
.AnyTagClassName
{
color: #40BB3D;
}
</style>
background-color css
<style>
a { background-color: #40BB3D; }
a { background-color: rgb(64,187,61); }
div.DivClassName
{
background-color: #40BB3D;
}
.BgClassName
{
background-color: #40BB3D;
}
</style>
border-color css
<style>
span { border-color: #40BB3D; }
span { border-color: rgb(64,187,61); }
td.TdClassName
{
border-color: #40BB3D;
}
.TagClassName
{
border-color: #40BB3D;
}
</style>