Shades of Lime Green #40E927
Tints of Lime Green #40E927
RGB
CMYK
RGB Variations
Color information
#40E927 (or 0x40E927) is known color: Lime Green. HEX triplet: 40, E9 and 27. RGB value is (64,233,39). Sum of RGB (Red+Green+Blue) = 64+233+39=336 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.05% from 336); Green value is 233 (91.41% from 255 or 69.35% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 233 - color contains mainly: green. Hex color #40E927 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40E927 is #BF16D8. Grayscale: #A0A0A0. Windows color (decimal): -12523225 or 2615616. OLE color: 2615616.
HSL color Cylindrical-coordinate representation of color #40E927: hue angle of 112.27º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40E927 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 64 | 233 | 39 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.09 |
| HSL | 112.27º | 0.82% | 0.53% | - |
| HSV(B) | 112.27º | 0.83% | 0.91% | - |
| XYZ | 31.62 | 59.51 | 11.74 | - |
| YUV | 160.35 | 59.51 | 59.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 233 | 39 | 0.73 | 0 | 0.83 | 0.09 | 112.27 | 0.82 | 0.53 |
| Hex | 40 | E9 | 27 | 49 | 0 | 53 | 9 | 70 | 52 | 35 |
| Octal | 100 | 351 | 47 | 111 | 0 | 123 | 11 | 160 | 122 | 65 |
| Binary | 1000000 | 11101001 | 100111 | 1001001 | 0 | 1010011 | 1001 | 1110000 | 1010010 | 110101 |
Color Harmonies of #40E927
Complementary color
Monochromatic Colors of #40E927
Black with #40E927
Text Example
Text Example
White with #40E927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E927; }
p { color: rgb(64,233,39); }
H1.HeaderClassName
{
color: #40E927;
}
.AnyTagClassName
{
color: #40E927;
}
</style>
background-color css
<style>
a { background-color: #40E927; }
a { background-color: rgb(64,233,39); }
div.DivClassName
{
background-color: #40E927;
}
.BgClassName
{
background-color: #40E927;
}
</style>
border-color css
<style>
span { border-color: #40E927; }
span { border-color: rgb(64,233,39); }
td.TdClassName
{
border-color: #40E927;
}
.TagClassName
{
border-color: #40E927;
}
</style>