Shades of Lime Green #40C036
Tints of Lime Green #40C036
RGB
CMYK
RGB Variations
Color information
#40C036 (or 0x40C036) is known color: Lime Green. HEX triplet: 40, C0 and 36. RGB value is (64,192,54). Sum of RGB (Red+Green+Blue) = 64+192+54=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 192 (75.39% from 255 or 61.94% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 192 - color contains mainly: green. Hex color #40C036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C036 is #BF3FC9. Grayscale: #8A8A8A. Windows color (decimal): -12533706 or 3588160. OLE color: 3588160.
HSL color Cylindrical-coordinate representation of color #40C036: hue angle of 115.65º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #40C036 is Cyan = 0.67, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 192 | 54 | - |
| CMYK | 0.67 | 0 | 0.72 | 0.25 |
| HSL | 115.65º | 0.56% | 0.48% | - |
| HSV(B) | 115.65º | 0.72% | 0.75% | - |
| XYZ | 21.63 | 39.06 | 9.89 | - |
| YUV | 138 | 80.59 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 192 | 54 | 0.67 | 0 | 0.72 | 0.25 | 115.65 | 0.56 | 0.48 |
| Hex | 40 | C0 | 36 | 43 | 0 | 48 | 19 | 74 | 38 | 30 |
| Octal | 100 | 300 | 66 | 103 | 0 | 110 | 31 | 164 | 70 | 60 |
| Binary | 1000000 | 11000000 | 110110 | 1000011 | 0 | 1001000 | 11001 | 1110100 | 111000 | 110000 |
Color Harmonies of #40C036
Complementary color
Monochromatic Colors of #40C036
Black with #40C036
Text Example
Text Example
White with #40C036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C036; }
p { color: rgb(64,192,54); }
H1.HeaderClassName
{
color: #40C036;
}
.AnyTagClassName
{
color: #40C036;
}
</style>
background-color css
<style>
a { background-color: #40C036; }
a { background-color: rgb(64,192,54); }
div.DivClassName
{
background-color: #40C036;
}
.BgClassName
{
background-color: #40C036;
}
</style>
border-color css
<style>
span { border-color: #40C036; }
span { border-color: rgb(64,192,54); }
td.TdClassName
{
border-color: #40C036;
}
.TagClassName
{
border-color: #40C036;
}
</style>