Shades of Lime Green #40B83A
Tints of Lime Green #40B83A
RGB
CMYK
RGB Variations
Color information
#40B83A (or 0x40B83A) is known color: Lime Green. HEX triplet: 40, B8 and 3A. RGB value is (64,184,58). Sum of RGB (Red+Green+Blue) = 64+184+58=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 184 (72.27% from 255 or 60.13% from 306); Blue value is 58 (23.05% from 255 or 18.95% from 306); Max value from RGB is 184 - color contains mainly: green. Hex color #40B83A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40B83A is #BF47C5. Grayscale: #868686. Windows color (decimal): -12535750 or 3848256. OLE color: 3848256.
HSL color Cylindrical-coordinate representation of color #40B83A: hue angle of 117.14º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40B83A is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 184 | 58 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.28 |
| HSL | 117.14º | 0.52% | 0.47% | - |
| HSV(B) | 117.14º | 0.68% | 0.72% | - |
| XYZ | 20.02 | 35.68 | 9.83 | - |
| YUV | 133.76 | 85.24 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 184 | 58 | 0.65 | 0 | 0.68 | 0.28 | 117.14 | 0.52 | 0.47 |
| Hex | 40 | B8 | 3A | 41 | 0 | 44 | 1C | 75 | 34 | 2F |
| Octal | 100 | 270 | 72 | 101 | 0 | 104 | 34 | 165 | 64 | 57 |
| Binary | 1000000 | 10111000 | 111010 | 1000001 | 0 | 1000100 | 11100 | 1110101 | 110100 | 101111 |
Color Harmonies of #40B83A
Complementary color
Monochromatic Colors of #40B83A
Black with #40B83A
Text Example
Text Example
White with #40B83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40B83A; }
p { color: rgb(64,184,58); }
H1.HeaderClassName
{
color: #40B83A;
}
.AnyTagClassName
{
color: #40B83A;
}
</style>
background-color css
<style>
a { background-color: #40B83A; }
a { background-color: rgb(64,184,58); }
div.DivClassName
{
background-color: #40B83A;
}
.BgClassName
{
background-color: #40B83A;
}
</style>
border-color css
<style>
span { border-color: #40B83A; }
span { border-color: rgb(64,184,58); }
td.TdClassName
{
border-color: #40B83A;
}
.TagClassName
{
border-color: #40B83A;
}
</style>