Shades of Lime Green #40F545
Tints of Lime Green #40F545
RGB
CMYK
RGB Variations
Color information
#40F545 (or 0x40F545) is known color: Lime Green. HEX triplet: 40, F5 and 45. RGB value is (64,245,69). Sum of RGB (Red+Green+Blue) = 64+245+69=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 245 (96.09% from 255 or 64.81% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 245 - color contains mainly: green. Hex color #40F545 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #40F545 is #BF0ABA. Grayscale: #ABABAB. Windows color (decimal): -12520123 or 4584768. OLE color: 4584768.
HSL color Cylindrical-coordinate representation of color #40F545: hue angle of 121.66º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #40F545 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 64 | 245 | 69 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.04 |
| HSL | 121.66º | 0.9% | 0.61% | - |
| HSV(B) | 121.66º | 0.74% | 0.96% | - |
| XYZ | 35.84 | 66.82 | 16.64 | - |
| YUV | 170.82 | 70.53 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 245 | 69 | 0.74 | 0 | 0.72 | 0.04 | 121.66 | 0.9 | 0.61 |
| Hex | 40 | F5 | 45 | 4A | 0 | 48 | 4 | 7A | 5A | 3D |
| Octal | 100 | 365 | 105 | 112 | 0 | 110 | 4 | 172 | 132 | 75 |
| Binary | 1000000 | 11110101 | 1000101 | 1001010 | 0 | 1001000 | 100 | 1111010 | 1011010 | 111101 |
Color Harmonies of #40F545
Complementary color
Monochromatic Colors of #40F545
Black with #40F545
Text Example
Text Example
White with #40F545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40F545; }
p { color: rgb(64,245,69); }
H1.HeaderClassName
{
color: #40F545;
}
.AnyTagClassName
{
color: #40F545;
}
</style>
background-color css
<style>
a { background-color: #40F545; }
a { background-color: rgb(64,245,69); }
div.DivClassName
{
background-color: #40F545;
}
.BgClassName
{
background-color: #40F545;
}
</style>
border-color css
<style>
span { border-color: #40F545; }
span { border-color: rgb(64,245,69); }
td.TdClassName
{
border-color: #40F545;
}
.TagClassName
{
border-color: #40F545;
}
</style>