Shades of Lime Green #40E627
Tints of Lime Green #40E627
RGB
CMYK
RGB Variations
Color information
#40E627 (or 0x40E627) is known color: Lime Green. HEX triplet: 40, E6 and 27. RGB value is (64,230,39). Sum of RGB (Red+Green+Blue) = 64+230+39=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 230 (90.23% from 255 or 69.07% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 230 - color contains mainly: green. Hex color #40E627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E627 is #BF19D8. Grayscale: #9F9F9F. Windows color (decimal): -12523993 or 2614848. OLE color: 2614848.
HSL color Cylindrical-coordinate representation of color #40E627: hue angle of 112.15º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40E627 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 64 | 230 | 39 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.10 |
| HSL | 112.15º | 0.79% | 0.53% | - |
| HSV(B) | 112.15º | 0.83% | 0.9% | - |
| XYZ | 30.78 | 57.83 | 11.46 | - |
| YUV | 158.59 | 60.5 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 230 | 39 | 0.72 | 0 | 0.83 | 0.10 | 112.15 | 0.79 | 0.53 |
| Hex | 40 | E6 | 27 | 48 | 0 | 53 | A | 70 | 4F | 35 |
| Octal | 100 | 346 | 47 | 110 | 0 | 123 | 12 | 160 | 117 | 65 |
| Binary | 1000000 | 11100110 | 100111 | 1001000 | 0 | 1010011 | 1010 | 1110000 | 1001111 | 110101 |
Color Harmonies of #40E627
Complementary color
Monochromatic Colors of #40E627
Black with #40E627
Text Example
Text Example
White with #40E627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E627; }
p { color: rgb(64,230,39); }
H1.HeaderClassName
{
color: #40E627;
}
.AnyTagClassName
{
color: #40E627;
}
</style>
background-color css
<style>
a { background-color: #40E627; }
a { background-color: rgb(64,230,39); }
div.DivClassName
{
background-color: #40E627;
}
.BgClassName
{
background-color: #40E627;
}
</style>
border-color css
<style>
span { border-color: #40E627; }
span { border-color: rgb(64,230,39); }
td.TdClassName
{
border-color: #40E627;
}
.TagClassName
{
border-color: #40E627;
}
</style>