Shades of Lime Green #40CC3E
Tints of Lime Green #40CC3E
RGB
CMYK
RGB Variations
Color information
#40CC3E (or 0x40CC3E) is known color: Lime Green. HEX triplet: 40, CC and 3E. RGB value is (64,204,62). Sum of RGB (Red+Green+Blue) = 64+204+62=330 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.39% from 330); Green value is 204 (80.08% from 255 or 61.82% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 204 - color contains mainly: green. Hex color #40CC3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40CC3E is #BF33C1. Grayscale: #929292. Windows color (decimal): -12530626 or 4115520. OLE color: 4115520.
HSL color Cylindrical-coordinate representation of color #40CC3E: hue angle of 119.15º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40CC3E is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 204 | 62 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.2 |
| HSL | 119.15º | 0.58% | 0.52% | - |
| HSV(B) | 119.15º | 0.7% | 0.8% | - |
| XYZ | 24.58 | 44.62 | 11.88 | - |
| YUV | 145.95 | 80.62 | 69.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 204 | 62 | 0.69 | 0 | 0.70 | 0.2 | 119.15 | 0.58 | 0.52 |
| Hex | 40 | CC | 3E | 45 | 0 | 46 | 14 | 77 | 3A | 34 |
| Octal | 100 | 314 | 76 | 105 | 0 | 106 | 24 | 167 | 72 | 64 |
| Binary | 1000000 | 11001100 | 111110 | 1000101 | 0 | 1000110 | 10100 | 1110111 | 111010 | 110100 |
Color Harmonies of #40CC3E
Complementary color
Monochromatic Colors of #40CC3E
Black with #40CC3E
Text Example
Text Example
White with #40CC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40CC3E; }
p { color: rgb(64,204,62); }
H1.HeaderClassName
{
color: #40CC3E;
}
.AnyTagClassName
{
color: #40CC3E;
}
</style>
background-color css
<style>
a { background-color: #40CC3E; }
a { background-color: rgb(64,204,62); }
div.DivClassName
{
background-color: #40CC3E;
}
.BgClassName
{
background-color: #40CC3E;
}
</style>
border-color css
<style>
span { border-color: #40CC3E; }
span { border-color: rgb(64,204,62); }
td.TdClassName
{
border-color: #40CC3E;
}
.TagClassName
{
border-color: #40CC3E;
}
</style>