Shades of Lime Green #40F93E
Tints of Lime Green #40F93E
RGB
CMYK
RGB Variations
Color information
#40F93E (or 0x40F93E) is known color: Lime Green. HEX triplet: 40, F9 and 3E. RGB value is (64,249,62). Sum of RGB (Red+Green+Blue) = 64+249+62=375 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.07% from 375); Green value is 249 (97.66% from 255 or 66.4% from 375); Blue value is 62 (24.61% from 255 or 16.53% from 375); Max value from RGB is 249 - color contains mainly: green. Hex color #40F93E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F93E is #BF06C1. Grayscale: #ACACAC. Windows color (decimal): -12519106 or 4127040. OLE color: 4127040.
HSL color Cylindrical-coordinate representation of color #40F93E: hue angle of 119.36º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #40F93E is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 64 | 249 | 62 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.02 |
| HSL | 119.36º | 0.94% | 0.61% | - |
| HSV(B) | 119.36º | 0.75% | 0.98% | - |
| XYZ | 36.86 | 69.19 | 15.97 | - |
| YUV | 172.37 | 65.71 | 50.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 249 | 62 | 0.74 | 0 | 0.75 | 0.02 | 119.36 | 0.94 | 0.61 |
| Hex | 40 | F9 | 3E | 4A | 0 | 4B | 2 | 77 | 5E | 3D |
| Octal | 100 | 371 | 76 | 112 | 0 | 113 | 2 | 167 | 136 | 75 |
| Binary | 1000000 | 11111001 | 111110 | 1001010 | 0 | 1001011 | 10 | 1110111 | 1011110 | 111101 |
Color Harmonies of #40F93E
Complementary color
Monochromatic Colors of #40F93E
Black with #40F93E
Text Example
Text Example
White with #40F93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F93E; }
p { color: rgb(64,249,62); }
H1.HeaderClassName
{
color: #40F93E;
}
.AnyTagClassName
{
color: #40F93E;
}
</style>
background-color css
<style>
a { background-color: #40F93E; }
a { background-color: rgb(64,249,62); }
div.DivClassName
{
background-color: #40F93E;
}
.BgClassName
{
background-color: #40F93E;
}
</style>
border-color css
<style>
span { border-color: #40F93E; }
span { border-color: rgb(64,249,62); }
td.TdClassName
{
border-color: #40F93E;
}
.TagClassName
{
border-color: #40F93E;
}
</style>