Shades of Lime Green #40C83D
Tints of Lime Green #40C83D
RGB
CMYK
RGB Variations
Color information
#40C83D (or 0x40C83D) is known color: Lime Green. HEX triplet: 40, C8 and 3D. RGB value is (64,200,61). Sum of RGB (Red+Green+Blue) = 64+200+61=325 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.69% from 325); Green value is 200 (78.52% from 255 or 61.54% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 200 - color contains mainly: green. Hex color #40C83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C83D is #BF37C2. Grayscale: #8F8F8F. Windows color (decimal): -12531651 or 4048960. OLE color: 4048960.
HSL color Cylindrical-coordinate representation of color #40C83D: hue angle of 118.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40C83D is Cyan = 0.68, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 61 | - |
| CMYK | 0.68 | 0 | 0.69 | 0.22 |
| HSL | 118.71º | 0.56% | 0.51% | - |
| HSV(B) | 118.71º | 0.7% | 0.78% | - |
| XYZ | 23.61 | 42.74 | 11.42 | - |
| YUV | 143.49 | 81.44 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 61 | 0.68 | 0 | 0.69 | 0.22 | 118.71 | 0.56 | 0.51 |
| Hex | 40 | C8 | 3D | 44 | 0 | 45 | 16 | 77 | 38 | 33 |
| Octal | 100 | 310 | 75 | 104 | 0 | 105 | 26 | 167 | 70 | 63 |
| Binary | 1000000 | 11001000 | 111101 | 1000100 | 0 | 1000101 | 10110 | 1110111 | 111000 | 110011 |
Color Harmonies of #40C83D
Complementary color
Monochromatic Colors of #40C83D
Black with #40C83D
Text Example
Text Example
White with #40C83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C83D; }
p { color: rgb(64,200,61); }
H1.HeaderClassName
{
color: #40C83D;
}
.AnyTagClassName
{
color: #40C83D;
}
</style>
background-color css
<style>
a { background-color: #40C83D; }
a { background-color: rgb(64,200,61); }
div.DivClassName
{
background-color: #40C83D;
}
.BgClassName
{
background-color: #40C83D;
}
</style>
border-color css
<style>
span { border-color: #40C83D; }
span { border-color: rgb(64,200,61); }
td.TdClassName
{
border-color: #40C83D;
}
.TagClassName
{
border-color: #40C83D;
}
</style>