Shades of Lime Green #40CC4C
Tints of Lime Green #40CC4C
RGB
CMYK
RGB Variations
Color information
#40CC4C (or 0x40CC4C) is known color: Lime Green. HEX triplet: 40, CC and 4C. RGB value is (64,204,76). Sum of RGB (Red+Green+Blue) = 64+204+76=344 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.60% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC4C is #BF33B3. Grayscale: #939393. Windows color (decimal): -12530612 or 5033024. OLE color: 5033024.
HSL color Cylindrical-coordinate representation of color #40CC4C: hue angle of 125.14º 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 #40CC4C is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 76 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.2 |
| HSL | 125.14º | 0.58% | 0.53% | - |
| HSV(B) | 125.14º | 0.69% | 0.8% | - |
| XYZ | 25.01 | 44.8 | 14.17 | - |
| YUV | 147.55 | 87.62 | 68.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 76 | 0.69 | 0 | 0.63 | 0.2 | 125.14 | 0.58 | 0.53 |
| Hex | 40 | CC | 4C | 45 | 0 | 3F | 14 | 7D | 3A | 35 |
| Octal | 100 | 314 | 114 | 105 | 0 | 77 | 24 | 175 | 72 | 65 |
| Binary | 1000000 | 11001100 | 1001100 | 1000101 | 0 | 111111 | 10100 | 1111101 | 111010 | 110101 |
Color Harmonies of #40CC4C
Complementary color
Monochromatic Colors of #40CC4C
Black with #40CC4C
Text Example
Text Example
White with #40CC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC4C; }
p { color: rgb(64,204,76); }
H1.HeaderClassName
{
color: #40CC4C;
}
.AnyTagClassName
{
color: #40CC4C;
}
</style>
background-color css
<style>
a { background-color: #40CC4C; }
a { background-color: rgb(64,204,76); }
div.DivClassName
{
background-color: #40CC4C;
}
.BgClassName
{
background-color: #40CC4C;
}
</style>
border-color css
<style>
span { border-color: #40CC4C; }
span { border-color: rgb(64,204,76); }
td.TdClassName
{
border-color: #40CC4C;
}
.TagClassName
{
border-color: #40CC4C;
}
</style>