Shades of Lime Green #40F536
Tints of Lime Green #40F536
RGB
CMYK
RGB Variations
Color information
#40F536 (or 0x40F536) is known color: Lime Green. HEX triplet: 40, F5 and 36. RGB value is (64,245,54). Sum of RGB (Red+Green+Blue) = 64+245+54=363 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.63% from 363); Green value is 245 (96.09% from 255 or 67.49% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 245 - color contains mainly: green. Hex color #40F536 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F536 is #BF0AC9. Grayscale: #A9A9A9. Windows color (decimal): -12520138 or 3601728. OLE color: 3601728.
HSL color Cylindrical-coordinate representation of color #40F536: hue angle of 116.86º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40F536 is Cyan = 0.74, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 54 | - |
| CMYK | 0.74 | 0 | 0.78 | 0.04 |
| HSL | 116.86º | 0.91% | 0.59% | - |
| HSV(B) | 116.86º | 0.78% | 0.96% | - |
| XYZ | 35.43 | 66.66 | 14.49 | - |
| YUV | 169.11 | 63.03 | 53.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 54 | 0.74 | 0 | 0.78 | 0.04 | 116.86 | 0.91 | 0.59 |
| Hex | 40 | F5 | 36 | 4A | 0 | 4E | 4 | 75 | 5B | 3B |
| Octal | 100 | 365 | 66 | 112 | 0 | 116 | 4 | 165 | 133 | 73 |
| Binary | 1000000 | 11110101 | 110110 | 1001010 | 0 | 1001110 | 100 | 1110101 | 1011011 | 111011 |
Color Harmonies of #40F536
Complementary color
Monochromatic Colors of #40F536
Black with #40F536
Text Example
Text Example
White with #40F536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F536; }
p { color: rgb(64,245,54); }
H1.HeaderClassName
{
color: #40F536;
}
.AnyTagClassName
{
color: #40F536;
}
</style>
background-color css
<style>
a { background-color: #40F536; }
a { background-color: rgb(64,245,54); }
div.DivClassName
{
background-color: #40F536;
}
.BgClassName
{
background-color: #40F536;
}
</style>
border-color css
<style>
span { border-color: #40F536; }
span { border-color: rgb(64,245,54); }
td.TdClassName
{
border-color: #40F536;
}
.TagClassName
{
border-color: #40F536;
}
</style>