Shades of Lime Green #40ED4F
Tints of Lime Green #40ED4F
RGB
CMYK
RGB Variations
Color information
#40ED4F (or 0x40ED4F) is known color: Lime Green. HEX triplet: 40, ED and 4F. RGB value is (64,237,79). Sum of RGB (Red+Green+Blue) = 64+237+79=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 237 (92.97% from 255 or 62.37% from 380); Blue value is 79 (31.25% from 255 or 20.79% from 380); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #40ED4F is #BF12B0. Grayscale: #A7A7A7. Windows color (decimal): -12522161 or 5238080. OLE color: 5238080.
HSL color Cylindrical-coordinate representation of color #40ED4F: hue angle of 125.2º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40ED4F is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 79 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.07 |
| HSL | 125.2º | 0.83% | 0.59% | - |
| HSV(B) | 125.2º | 0.73% | 0.93% | - |
| XYZ | 33.81 | 62.22 | 17.63 | - |
| YUV | 167.26 | 78.19 | 54.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 79 | 0.73 | 0 | 0.67 | 0.07 | 125.2 | 0.83 | 0.59 |
| Hex | 40 | ED | 4F | 49 | 0 | 43 | 7 | 7D | 53 | 3B |
| Octal | 100 | 355 | 117 | 111 | 0 | 103 | 7 | 175 | 123 | 73 |
| Binary | 1000000 | 11101101 | 1001111 | 1001001 | 0 | 1000011 | 111 | 1111101 | 1010011 | 111011 |
Color Harmonies of #40ED4F
Complementary color
Monochromatic Colors of #40ED4F
Black with #40ED4F
Text Example
Text Example
White with #40ED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED4F; }
p { color: rgb(64,237,79); }
H1.HeaderClassName
{
color: #40ED4F;
}
.AnyTagClassName
{
color: #40ED4F;
}
</style>
background-color css
<style>
a { background-color: #40ED4F; }
a { background-color: rgb(64,237,79); }
div.DivClassName
{
background-color: #40ED4F;
}
.BgClassName
{
background-color: #40ED4F;
}
</style>
border-color css
<style>
span { border-color: #40ED4F; }
span { border-color: rgb(64,237,79); }
td.TdClassName
{
border-color: #40ED4F;
}
.TagClassName
{
border-color: #40ED4F;
}
</style>