Shades of Lime Green #40ED2C
Tints of Lime Green #40ED2C
RGB
CMYK
RGB Variations
Color information
#40ED2C (or 0x40ED2C) is known color: Lime Green. HEX triplet: 40, ED and 2C. RGB value is (64,237,44). Sum of RGB (Red+Green+Blue) = 64+237+44=345 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.55% from 345); Green value is 237 (92.97% from 255 or 68.70% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED2C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED2C is #BF12D3. Grayscale: #A3A3A3. Windows color (decimal): -12522196 or 2944320. OLE color: 2944320.
HSL color Cylindrical-coordinate representation of color #40ED2C: hue angle of 113.78º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40ED2C is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 44 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.07 |
| HSL | 113.78º | 0.84% | 0.55% | - |
| HSV(B) | 113.78º | 0.81% | 0.93% | - |
| XYZ | 32.85 | 61.84 | 12.59 | - |
| YUV | 163.27 | 60.69 | 57.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 44 | 0.73 | 0 | 0.81 | 0.07 | 113.78 | 0.84 | 0.55 |
| Hex | 40 | ED | 2C | 49 | 0 | 51 | 7 | 72 | 54 | 37 |
| Octal | 100 | 355 | 54 | 111 | 0 | 121 | 7 | 162 | 124 | 67 |
| Binary | 1000000 | 11101101 | 101100 | 1001001 | 0 | 1010001 | 111 | 1110010 | 1010100 | 110111 |
Color Harmonies of #40ED2C
Complementary color
Monochromatic Colors of #40ED2C
Black with #40ED2C
Text Example
Text Example
White with #40ED2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED2C; }
p { color: rgb(64,237,44); }
H1.HeaderClassName
{
color: #40ED2C;
}
.AnyTagClassName
{
color: #40ED2C;
}
</style>
background-color css
<style>
a { background-color: #40ED2C; }
a { background-color: rgb(64,237,44); }
div.DivClassName
{
background-color: #40ED2C;
}
.BgClassName
{
background-color: #40ED2C;
}
</style>
border-color css
<style>
span { border-color: #40ED2C; }
span { border-color: rgb(64,237,44); }
td.TdClassName
{
border-color: #40ED2C;
}
.TagClassName
{
border-color: #40ED2C;
}
</style>