Shades of Lime Green #40ED48
Tints of Lime Green #40ED48
RGB
CMYK
RGB Variations
Color information
#40ED48 (or 0x40ED48) is known color: Lime Green. HEX triplet: 40, ED and 48. RGB value is (64,237,72). Sum of RGB (Red+Green+Blue) = 64+237+72=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 237 (92.97% from 255 or 63.54% from 373); Blue value is 72 (28.52% from 255 or 19.30% from 373); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED48 is #BF12B7. Grayscale: #A6A6A6. Windows color (decimal): -12522168 or 4779328. OLE color: 4779328.
HSL color Cylindrical-coordinate representation of color #40ED48: hue angle of 122.77º 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 #40ED48 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 72 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.07 |
| HSL | 122.77º | 0.83% | 0.59% | - |
| HSV(B) | 122.77º | 0.73% | 0.93% | - |
| XYZ | 33.57 | 62.13 | 16.35 | - |
| YUV | 166.46 | 74.69 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 72 | 0.73 | 0 | 0.70 | 0.07 | 122.77 | 0.83 | 0.59 |
| Hex | 40 | ED | 48 | 49 | 0 | 46 | 7 | 7B | 53 | 3B |
| Octal | 100 | 355 | 110 | 111 | 0 | 106 | 7 | 173 | 123 | 73 |
| Binary | 1000000 | 11101101 | 1001000 | 1001001 | 0 | 1000110 | 111 | 1111011 | 1010011 | 111011 |
Color Harmonies of #40ED48
Complementary color
Monochromatic Colors of #40ED48
Black with #40ED48
Text Example
Text Example
White with #40ED48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED48; }
p { color: rgb(64,237,72); }
H1.HeaderClassName
{
color: #40ED48;
}
.AnyTagClassName
{
color: #40ED48;
}
</style>
background-color css
<style>
a { background-color: #40ED48; }
a { background-color: rgb(64,237,72); }
div.DivClassName
{
background-color: #40ED48;
}
.BgClassName
{
background-color: #40ED48;
}
</style>
border-color css
<style>
span { border-color: #40ED48; }
span { border-color: rgb(64,237,72); }
td.TdClassName
{
border-color: #40ED48;
}
.TagClassName
{
border-color: #40ED48;
}
</style>