Shades of Lime Green #40ED4B
Tints of Lime Green #40ED4B
RGB
CMYK
RGB Variations
Color information
#40ED4B (or 0x40ED4B) is known color: Lime Green. HEX triplet: 40, ED and 4B. RGB value is (64,237,75). Sum of RGB (Red+Green+Blue) = 64+237+75=376 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.02% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 75 (29.69% from 255 or 19.95% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #40ED4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40ED4B is #BF12B4. Grayscale: #A7A7A7. Windows color (decimal): -12522165 or 4975936. OLE color: 4975936.
HSL color Cylindrical-coordinate representation of color #40ED4B: hue angle of 123.82º 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 #40ED4B is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 64 | 237 | 75 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.07 |
| HSL | 123.82º | 0.83% | 0.59% | - |
| HSV(B) | 123.82º | 0.73% | 0.93% | - |
| XYZ | 33.67 | 62.17 | 16.88 | - |
| YUV | 166.81 | 76.19 | 54.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 237 | 75 | 0.73 | 0 | 0.68 | 0.07 | 123.82 | 0.83 | 0.59 |
| Hex | 40 | ED | 4B | 49 | 0 | 44 | 7 | 7C | 53 | 3B |
| Octal | 100 | 355 | 113 | 111 | 0 | 104 | 7 | 174 | 123 | 73 |
| Binary | 1000000 | 11101101 | 1001011 | 1001001 | 0 | 1000100 | 111 | 1111100 | 1010011 | 111011 |
Color Harmonies of #40ED4B
Complementary color
Monochromatic Colors of #40ED4B
Black with #40ED4B
Text Example
Text Example
White with #40ED4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40ED4B; }
p { color: rgb(64,237,75); }
H1.HeaderClassName
{
color: #40ED4B;
}
.AnyTagClassName
{
color: #40ED4B;
}
</style>
background-color css
<style>
a { background-color: #40ED4B; }
a { background-color: rgb(64,237,75); }
div.DivClassName
{
background-color: #40ED4B;
}
.BgClassName
{
background-color: #40ED4B;
}
</style>
border-color css
<style>
span { border-color: #40ED4B; }
span { border-color: rgb(64,237,75); }
td.TdClassName
{
border-color: #40ED4B;
}
.TagClassName
{
border-color: #40ED4B;
}
</style>