Shades of Lime Green #40EF4A
Tints of Lime Green #40EF4A
RGB
CMYK
RGB Variations
Color information
#40EF4A (or 0x40EF4A) is known color: Lime Green. HEX triplet: 40, EF and 4A. RGB value is (64,239,74). Sum of RGB (Red+Green+Blue) = 64+239+74=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 239 (93.75% from 255 or 63.40% from 377); Blue value is 74 (29.30% from 255 or 19.63% from 377); Max value from RGB is 239 - color contains mainly: green. Hex color #40EF4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40EF4A is #BF10B5. Grayscale: #A8A8A8. Windows color (decimal): -12521654 or 4910912. OLE color: 4910912.
HSL color Cylindrical-coordinate representation of color #40EF4A: hue angle of 123.43º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #40EF4A is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 64 | 239 | 74 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.06 |
| HSL | 123.43º | 0.85% | 0.59% | - |
| HSV(B) | 123.43º | 0.73% | 0.94% | - |
| XYZ | 34.22 | 63.32 | 16.9 | - |
| YUV | 167.87 | 75.02 | 53.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 239 | 74 | 0.73 | 0 | 0.69 | 0.06 | 123.43 | 0.85 | 0.59 |
| Hex | 40 | EF | 4A | 49 | 0 | 45 | 6 | 7B | 55 | 3B |
| Octal | 100 | 357 | 112 | 111 | 0 | 105 | 6 | 173 | 125 | 73 |
| Binary | 1000000 | 11101111 | 1001010 | 1001001 | 0 | 1000101 | 110 | 1111011 | 1010101 | 111011 |
Color Harmonies of #40EF4A
Complementary color
Monochromatic Colors of #40EF4A
Black with #40EF4A
Text Example
Text Example
White with #40EF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40EF4A; }
p { color: rgb(64,239,74); }
H1.HeaderClassName
{
color: #40EF4A;
}
.AnyTagClassName
{
color: #40EF4A;
}
</style>
background-color css
<style>
a { background-color: #40EF4A; }
a { background-color: rgb(64,239,74); }
div.DivClassName
{
background-color: #40EF4A;
}
.BgClassName
{
background-color: #40EF4A;
}
</style>
border-color css
<style>
span { border-color: #40EF4A; }
span { border-color: rgb(64,239,74); }
td.TdClassName
{
border-color: #40EF4A;
}
.TagClassName
{
border-color: #40EF4A;
}
</style>