Shades of Lime Green #40B83B
Tints of Lime Green #40B83B
RGB
CMYK
RGB Variations
Color information
#40B83B (or 0x40B83B) is known color: Lime Green. HEX triplet: 40, B8 and 3B. RGB value is (64,184,59). Sum of RGB (Red+Green+Blue) = 64+184+59=307 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.85% from 307); Green value is 184 (72.27% from 255 or 59.93% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 184 - color contains mainly: green. Hex color #40B83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B83B is #BF47C4. Grayscale: #868686. Windows color (decimal): -12535749 or 3913792. OLE color: 3913792.
HSL color Cylindrical-coordinate representation of color #40B83B: hue angle of 117.6º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40B83B is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 59 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.28 |
| HSL | 117.6º | 0.51% | 0.48% | - |
| HSV(B) | 117.6º | 0.68% | 0.72% | - |
| XYZ | 20.04 | 35.69 | 9.97 | - |
| YUV | 133.87 | 85.74 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 59 | 0.65 | 0 | 0.68 | 0.28 | 117.6 | 0.51 | 0.48 |
| Hex | 40 | B8 | 3B | 41 | 0 | 44 | 1C | 76 | 33 | 30 |
| Octal | 100 | 270 | 73 | 101 | 0 | 104 | 34 | 166 | 63 | 60 |
| Binary | 1000000 | 10111000 | 111011 | 1000001 | 0 | 1000100 | 11100 | 1110110 | 110011 | 110000 |
Color Harmonies of #40B83B
Complementary color
Monochromatic Colors of #40B83B
Black with #40B83B
Text Example
Text Example
White with #40B83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B83B; }
p { color: rgb(64,184,59); }
H1.HeaderClassName
{
color: #40B83B;
}
.AnyTagClassName
{
color: #40B83B;
}
</style>
background-color css
<style>
a { background-color: #40B83B; }
a { background-color: rgb(64,184,59); }
div.DivClassName
{
background-color: #40B83B;
}
.BgClassName
{
background-color: #40B83B;
}
</style>
border-color css
<style>
span { border-color: #40B83B; }
span { border-color: rgb(64,184,59); }
td.TdClassName
{
border-color: #40B83B;
}
.TagClassName
{
border-color: #40B83B;
}
</style>