Shades of Lime Green #40BB41
Tints of Lime Green #40BB41
RGB
CMYK
RGB Variations
Color information
#40BB41 (or 0x40BB41) is known color: Lime Green. HEX triplet: 40, BB and 41. RGB value is (64,187,65). Sum of RGB (Red+Green+Blue) = 64+187+65=316 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.25% from 316); Green value is 187 (73.44% from 255 or 59.18% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 187 - color contains mainly: green. Hex color #40BB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40BB41 is #BF44BE. Grayscale: #888888. Windows color (decimal): -12534975 or 4307776. OLE color: 4307776.
HSL color Cylindrical-coordinate representation of color #40BB41: hue angle of 120.49º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40BB41 is Cyan = 0.66, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 187 | 65 | - |
| CMYK | 0.66 | 0 | 0.65 | 0.27 |
| HSL | 120.49º | 0.49% | 0.49% | - |
| HSV(B) | 120.49º | 0.66% | 0.73% | - |
| XYZ | 20.84 | 37.01 | 11.05 | - |
| YUV | 136.32 | 87.75 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 187 | 65 | 0.66 | 0 | 0.65 | 0.27 | 120.49 | 0.49 | 0.49 |
| Hex | 40 | BB | 41 | 42 | 0 | 41 | 1B | 78 | 31 | 31 |
| Octal | 100 | 273 | 101 | 102 | 0 | 101 | 33 | 170 | 61 | 61 |
| Binary | 1000000 | 10111011 | 1000001 | 1000010 | 0 | 1000001 | 11011 | 1111000 | 110001 | 110001 |
Color Harmonies of #40BB41
Complementary color
Monochromatic Colors of #40BB41
Black with #40BB41
Text Example
Text Example
White with #40BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40BB41; }
p { color: rgb(64,187,65); }
H1.HeaderClassName
{
color: #40BB41;
}
.AnyTagClassName
{
color: #40BB41;
}
</style>
background-color css
<style>
a { background-color: #40BB41; }
a { background-color: rgb(64,187,65); }
div.DivClassName
{
background-color: #40BB41;
}
.BgClassName
{
background-color: #40BB41;
}
</style>
border-color css
<style>
span { border-color: #40BB41; }
span { border-color: rgb(64,187,65); }
td.TdClassName
{
border-color: #40BB41;
}
.TagClassName
{
border-color: #40BB41;
}
</style>