Shades of Lime Green #40CA4F
Tints of Lime Green #40CA4F
RGB
CMYK
RGB Variations
Color information
#40CA4F (or 0x40CA4F) is known color: Lime Green. HEX triplet: 40, CA and 4F. RGB value is (64,202,79). Sum of RGB (Red+Green+Blue) = 64+202+79=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 202 (79.30% from 255 or 58.55% from 345); Blue value is 79 (31.25% from 255 or 22.90% from 345); Max value from RGB is 202 - color contains mainly: green. Hex color #40CA4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #40CA4F is #BF35B0. Grayscale: #939393. Windows color (decimal): -12531121 or 5229120. OLE color: 5229120.
HSL color Cylindrical-coordinate representation of color #40CA4F: hue angle of 126.52º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40CA4F is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 202 | 79 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.21 |
| HSL | 126.52º | 0.57% | 0.52% | - |
| HSV(B) | 126.52º | 0.68% | 0.79% | - |
| XYZ | 24.65 | 43.9 | 14.57 | - |
| YUV | 146.72 | 89.78 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 202 | 79 | 0.68 | 0 | 0.61 | 0.21 | 126.52 | 0.57 | 0.52 |
| Hex | 40 | CA | 4F | 44 | 0 | 3D | 15 | 7F | 39 | 34 |
| Octal | 100 | 312 | 117 | 104 | 0 | 75 | 25 | 177 | 71 | 64 |
| Binary | 1000000 | 11001010 | 1001111 | 1000100 | 0 | 111101 | 10101 | 1111111 | 111001 | 110100 |
Color Harmonies of #40CA4F
Complementary color
Monochromatic Colors of #40CA4F
Black with #40CA4F
Text Example
Text Example
White with #40CA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CA4F; }
p { color: rgb(64,202,79); }
H1.HeaderClassName
{
color: #40CA4F;
}
.AnyTagClassName
{
color: #40CA4F;
}
</style>
background-color css
<style>
a { background-color: #40CA4F; }
a { background-color: rgb(64,202,79); }
div.DivClassName
{
background-color: #40CA4F;
}
.BgClassName
{
background-color: #40CA4F;
}
</style>
border-color css
<style>
span { border-color: #40CA4F; }
span { border-color: rgb(64,202,79); }
td.TdClassName
{
border-color: #40CA4F;
}
.TagClassName
{
border-color: #40CA4F;
}
</style>