Shades of Lime Green #40C346
Tints of Lime Green #40C346
RGB
CMYK
RGB Variations
Color information
#40C346 (or 0x40C346) is known color: Lime Green. HEX triplet: 40, C3 and 46. RGB value is (64,195,70). Sum of RGB (Red+Green+Blue) = 64+195+70=329 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.45% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 70 (27.73% from 255 or 21.28% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #40C346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C346 is #BF3CB9. Grayscale: #8D8D8D. Windows color (decimal): -12532922 or 4637504. OLE color: 4637504.
HSL color Cylindrical-coordinate representation of color #40C346: hue angle of 122.75º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40C346 is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 70 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.24 |
| HSL | 122.75º | 0.52% | 0.51% | - |
| HSV(B) | 122.75º | 0.67% | 0.76% | - |
| XYZ | 22.73 | 40.56 | 12.43 | - |
| YUV | 141.58 | 87.6 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 70 | 0.67 | 0 | 0.64 | 0.24 | 122.75 | 0.52 | 0.51 |
| Hex | 40 | C3 | 46 | 43 | 0 | 40 | 18 | 7B | 34 | 33 |
| Octal | 100 | 303 | 106 | 103 | 0 | 100 | 30 | 173 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1000110 | 1000011 | 0 | 1000000 | 11000 | 1111011 | 110100 | 110011 |
Color Harmonies of #40C346
Complementary color
Monochromatic Colors of #40C346
Black with #40C346
Text Example
Text Example
White with #40C346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C346; }
p { color: rgb(64,195,70); }
H1.HeaderClassName
{
color: #40C346;
}
.AnyTagClassName
{
color: #40C346;
}
</style>
background-color css
<style>
a { background-color: #40C346; }
a { background-color: rgb(64,195,70); }
div.DivClassName
{
background-color: #40C346;
}
.BgClassName
{
background-color: #40C346;
}
</style>
border-color css
<style>
span { border-color: #40C346; }
span { border-color: rgb(64,195,70); }
td.TdClassName
{
border-color: #40C346;
}
.TagClassName
{
border-color: #40C346;
}
</style>