Shades of Lime Green #40C349
Tints of Lime Green #40C349
RGB
CMYK
RGB Variations
Color information
#40C349 (or 0x40C349) is known color: Lime Green. HEX triplet: 40, C3 and 49. RGB value is (64,195,73). Sum of RGB (Red+Green+Blue) = 64+195+73=332 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.28% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #40C349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40C349 is #BF3CB6. Grayscale: #8E8E8E. Windows color (decimal): -12532919 or 4834112. OLE color: 4834112.
HSL color Cylindrical-coordinate representation of color #40C349: hue angle of 124.12º 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 #40C349 is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 195 | 73 | - |
| CMYK | 0.67 | 0 | 0.63 | 0.24 |
| HSL | 124.12º | 0.52% | 0.51% | - |
| HSV(B) | 124.12º | 0.67% | 0.76% | - |
| XYZ | 22.83 | 40.6 | 12.94 | - |
| YUV | 141.92 | 89.1 | 72.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 195 | 73 | 0.67 | 0 | 0.63 | 0.24 | 124.12 | 0.52 | 0.51 |
| Hex | 40 | C3 | 49 | 43 | 0 | 3F | 18 | 7C | 34 | 33 |
| Octal | 100 | 303 | 111 | 103 | 0 | 77 | 30 | 174 | 64 | 63 |
| Binary | 1000000 | 11000011 | 1001001 | 1000011 | 0 | 111111 | 11000 | 1111100 | 110100 | 110011 |
Color Harmonies of #40C349
Complementary color
Monochromatic Colors of #40C349
Black with #40C349
Text Example
Text Example
White with #40C349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40C349; }
p { color: rgb(64,195,73); }
H1.HeaderClassName
{
color: #40C349;
}
.AnyTagClassName
{
color: #40C349;
}
</style>
background-color css
<style>
a { background-color: #40C349; }
a { background-color: rgb(64,195,73); }
div.DivClassName
{
background-color: #40C349;
}
.BgClassName
{
background-color: #40C349;
}
</style>
border-color css
<style>
span { border-color: #40C349; }
span { border-color: rgb(64,195,73); }
td.TdClassName
{
border-color: #40C349;
}
.TagClassName
{
border-color: #40C349;
}
</style>