Shades of Lime Green #40C037
Tints of Lime Green #40C037
RGB
CMYK
RGB Variations
Color information
#40C037 (or 0x40C037) is known color: Lime Green. HEX triplet: 40, C0 and 37. RGB value is (64,192,55). Sum of RGB (Red+Green+Blue) = 64+192+55=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #40C037 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C037 is #BF3FC8. Grayscale: #8A8A8A. Windows color (decimal): -12533705 or 3653696. OLE color: 3653696.
HSL color Cylindrical-coordinate representation of color #40C037: hue angle of 116.06º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40C037 is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 55 | - |
| CMYK | 0.67 | 0 | 0.71 | 0.25 |
| HSL | 116.06º | 0.55% | 0.48% | - |
| HSV(B) | 116.06º | 0.71% | 0.75% | - |
| XYZ | 21.65 | 39.07 | 10.01 | - |
| YUV | 138.11 | 81.09 | 75.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 55 | 0.67 | 0 | 0.71 | 0.25 | 116.06 | 0.55 | 0.48 |
| Hex | 40 | C0 | 37 | 43 | 0 | 47 | 19 | 74 | 37 | 30 |
| Octal | 100 | 300 | 67 | 103 | 0 | 107 | 31 | 164 | 67 | 60 |
| Binary | 1000000 | 11000000 | 110111 | 1000011 | 0 | 1000111 | 11001 | 1110100 | 110111 | 110000 |
Color Harmonies of #40C037
Complementary color
Monochromatic Colors of #40C037
Black with #40C037
Text Example
Text Example
White with #40C037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C037; }
p { color: rgb(64,192,55); }
H1.HeaderClassName
{
color: #40C037;
}
.AnyTagClassName
{
color: #40C037;
}
</style>
background-color css
<style>
a { background-color: #40C037; }
a { background-color: rgb(64,192,55); }
div.DivClassName
{
background-color: #40C037;
}
.BgClassName
{
background-color: #40C037;
}
</style>
border-color css
<style>
span { border-color: #40C037; }
span { border-color: rgb(64,192,55); }
td.TdClassName
{
border-color: #40C037;
}
.TagClassName
{
border-color: #40C037;
}
</style>