Shades of Lime Green #40EF2D
Tints of Lime Green #40EF2D
RGB
CMYK
RGB Variations
Color information
#40EF2D (or 0x40EF2D) is known color: Lime Green. HEX triplet: 40, EF and 2D. RGB value is (64,239,45). Sum of RGB (Red+Green+Blue) = 64+239+45=348 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.39% from 348); Green value is 239 (93.75% from 255 or 68.68% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF2D is #BF10D2. Grayscale: #A5A5A5. Windows color (decimal): -12521683 or 3010368. OLE color: 3010368.
HSL color Cylindrical-coordinate representation of color #40EF2D: hue angle of 114.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #40EF2D is Cyan = 0.73, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 45 | - |
| CMYK | 0.73 | 0 | 0.81 | 0.06 |
| HSL | 114.12º | 0.86% | 0.56% | - |
| HSV(B) | 114.12º | 0.81% | 0.94% | - |
| XYZ | 33.45 | 63.01 | 12.88 | - |
| YUV | 164.56 | 60.52 | 56.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 45 | 0.73 | 0 | 0.81 | 0.06 | 114.12 | 0.86 | 0.56 |
| Hex | 40 | EF | 2D | 49 | 0 | 51 | 6 | 72 | 56 | 38 |
| Octal | 100 | 357 | 55 | 111 | 0 | 121 | 6 | 162 | 126 | 70 |
| Binary | 1000000 | 11101111 | 101101 | 1001001 | 0 | 1010001 | 110 | 1110010 | 1010110 | 111000 |
Color Harmonies of #40EF2D
Complementary color
Monochromatic Colors of #40EF2D
Black with #40EF2D
Text Example
Text Example
White with #40EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EF2D; }
p { color: rgb(64,239,45); }
H1.HeaderClassName
{
color: #40EF2D;
}
.AnyTagClassName
{
color: #40EF2D;
}
</style>
background-color css
<style>
a { background-color: #40EF2D; }
a { background-color: rgb(64,239,45); }
div.DivClassName
{
background-color: #40EF2D;
}
.BgClassName
{
background-color: #40EF2D;
}
</style>
border-color css
<style>
span { border-color: #40EF2D; }
span { border-color: rgb(64,239,45); }
td.TdClassName
{
border-color: #40EF2D;
}
.TagClassName
{
border-color: #40EF2D;
}
</style>