Shades of Lime Green #40D027
Tints of Lime Green #40D027
RGB
CMYK
RGB Variations
Color information
#40D027 (or 0x40D027) is known color: Lime Green. HEX triplet: 40, D0 and 27. RGB value is (64,208,39). Sum of RGB (Red+Green+Blue) = 64+208+39=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #40D027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40D027 is #BF2FD8. Grayscale: #929292. Windows color (decimal): -12529625 or 2609216. OLE color: 2609216.
HSL color Cylindrical-coordinate representation of color #40D027: hue angle of 111.12º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40D027 is Cyan = 0.69, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 64 | 208 | 39 | - |
| CMYK | 0.69 | 0 | 0.81 | 0.18 |
| HSL | 111.12º | 0.68% | 0.48% | - |
| HSV(B) | 111.12º | 0.81% | 0.82% | - |
| XYZ | 25.04 | 46.35 | 9.55 | - |
| YUV | 145.68 | 67.79 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 208 | 39 | 0.69 | 0 | 0.81 | 0.18 | 111.12 | 0.68 | 0.48 |
| Hex | 40 | D0 | 27 | 45 | 0 | 51 | 12 | 6F | 44 | 30 |
| Octal | 100 | 320 | 47 | 105 | 0 | 121 | 22 | 157 | 104 | 60 |
| Binary | 1000000 | 11010000 | 100111 | 1000101 | 0 | 1010001 | 10010 | 1101111 | 1000100 | 110000 |
Color Harmonies of #40D027
Complementary color
Monochromatic Colors of #40D027
Black with #40D027
Text Example
Text Example
White with #40D027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40D027; }
p { color: rgb(64,208,39); }
H1.HeaderClassName
{
color: #40D027;
}
.AnyTagClassName
{
color: #40D027;
}
</style>
background-color css
<style>
a { background-color: #40D027; }
a { background-color: rgb(64,208,39); }
div.DivClassName
{
background-color: #40D027;
}
.BgClassName
{
background-color: #40D027;
}
</style>
border-color css
<style>
span { border-color: #40D027; }
span { border-color: rgb(64,208,39); }
td.TdClassName
{
border-color: #40D027;
}
.TagClassName
{
border-color: #40D027;
}
</style>