Shades of Lime Green #40C838
Tints of Lime Green #40C838
RGB
CMYK
RGB Variations
Color information
#40C838 (or 0x40C838) is known color: Lime Green. HEX triplet: 40, C8 and 38. RGB value is (64,200,56). Sum of RGB (Red+Green+Blue) = 64+200+56=320 (42% of max value = 765). Red value is 64 (25.39% from 255 or 20% from 320); Green value is 200 (78.52% from 255 or 62.5% from 320); Blue value is 56 (22.27% from 255 or 17.5% from 320); Max value from RGB is 200 - color contains mainly: green. Hex color #40C838 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C838 is #BF37C7. Grayscale: #8F8F8F. Windows color (decimal): -12531656 or 3721280. OLE color: 3721280.
HSL color Cylindrical-coordinate representation of color #40C838: hue angle of 116.67º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40C838 is Cyan = 0.68, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 200 | 56 | - |
| CMYK | 0.68 | 0 | 0.72 | 0.22 |
| HSL | 116.67º | 0.57% | 0.5% | - |
| HSV(B) | 116.67º | 0.72% | 0.78% | - |
| XYZ | 23.48 | 42.68 | 10.74 | - |
| YUV | 142.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 200 | 56 | 0.68 | 0 | 0.72 | 0.22 | 116.67 | 0.57 | 0.5 |
| Hex | 40 | C8 | 38 | 44 | 0 | 48 | 16 | 75 | 39 | 32 |
| Octal | 100 | 310 | 70 | 104 | 0 | 110 | 26 | 165 | 71 | 62 |
| Binary | 1000000 | 11001000 | 111000 | 1000100 | 0 | 1001000 | 10110 | 1110101 | 111001 | 110010 |
Color Harmonies of #40C838
Complementary color
Monochromatic Colors of #40C838
Black with #40C838
Text Example
Text Example
White with #40C838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C838; }
p { color: rgb(64,200,56); }
H1.HeaderClassName
{
color: #40C838;
}
.AnyTagClassName
{
color: #40C838;
}
</style>
background-color css
<style>
a { background-color: #40C838; }
a { background-color: rgb(64,200,56); }
div.DivClassName
{
background-color: #40C838;
}
.BgClassName
{
background-color: #40C838;
}
</style>
border-color css
<style>
span { border-color: #40C838; }
span { border-color: rgb(64,200,56); }
td.TdClassName
{
border-color: #40C838;
}
.TagClassName
{
border-color: #40C838;
}
</style>