Shades of Lime Green #40CC4A
Tints of Lime Green #40CC4A
RGB
CMYK
RGB Variations
Color information
#40CC4A (or 0x40CC4A) is known color: Lime Green. HEX triplet: 40, CC and 4A. RGB value is (64,204,74). Sum of RGB (Red+Green+Blue) = 64+204+74=342 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.71% from 342); Green value is 204 (80.08% from 255 or 59.65% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC4A is #BF33B5. Grayscale: #939393. Windows color (decimal): -12530614 or 4901952. OLE color: 4901952.
HSL color Cylindrical-coordinate representation of color #40CC4A: hue angle of 124.29º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40CC4A is Cyan = 0.69, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 74 | - |
| CMYK | 0.69 | 0 | 0.64 | 0.2 |
| HSL | 124.29º | 0.58% | 0.53% | - |
| HSV(B) | 124.29º | 0.69% | 0.8% | - |
| XYZ | 24.94 | 44.77 | 13.81 | - |
| YUV | 147.32 | 86.62 | 68.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 74 | 0.69 | 0 | 0.64 | 0.2 | 124.29 | 0.58 | 0.53 |
| Hex | 40 | CC | 4A | 45 | 0 | 40 | 14 | 7C | 3A | 35 |
| Octal | 100 | 314 | 112 | 105 | 0 | 100 | 24 | 174 | 72 | 65 |
| Binary | 1000000 | 11001100 | 1001010 | 1000101 | 0 | 1000000 | 10100 | 1111100 | 111010 | 110101 |
Color Harmonies of #40CC4A
Complementary color
Monochromatic Colors of #40CC4A
Black with #40CC4A
Text Example
Text Example
White with #40CC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC4A; }
p { color: rgb(64,204,74); }
H1.HeaderClassName
{
color: #40CC4A;
}
.AnyTagClassName
{
color: #40CC4A;
}
</style>
background-color css
<style>
a { background-color: #40CC4A; }
a { background-color: rgb(64,204,74); }
div.DivClassName
{
background-color: #40CC4A;
}
.BgClassName
{
background-color: #40CC4A;
}
</style>
border-color css
<style>
span { border-color: #40CC4A; }
span { border-color: rgb(64,204,74); }
td.TdClassName
{
border-color: #40CC4A;
}
.TagClassName
{
border-color: #40CC4A;
}
</style>