Shades of Lime Green #40E125
Tints of Lime Green #40E125
RGB
CMYK
RGB Variations
Color information
#40E125 (or 0x40E125) is known color: Lime Green. HEX triplet: 40, E1 and 25. RGB value is (64,225,37). Sum of RGB (Red+Green+Blue) = 64+225+37=326 (43% of max value = 765). Red value is 64 (25.39% from 255 or 19.63% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #40E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #40E125 is #BF1EDA. Grayscale: #9C9C9C. Windows color (decimal): -12525275 or 2482496. OLE color: 2482496.
HSL color Cylindrical-coordinate representation of color #40E125: hue angle of 111.38º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40E125 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 64 | 225 | 37 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.12 |
| HSL | 111.38º | 0.76% | 0.51% | - |
| HSV(B) | 111.38º | 0.84% | 0.88% | - |
| XYZ | 29.37 | 55.07 | 10.83 | - |
| YUV | 155.43 | 61.16 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 225 | 37 | 0.72 | 0 | 0.84 | 0.12 | 111.38 | 0.76 | 0.51 |
| Hex | 40 | E1 | 25 | 48 | 0 | 54 | C | 6F | 4C | 33 |
| Octal | 100 | 341 | 45 | 110 | 0 | 124 | 14 | 157 | 114 | 63 |
| Binary | 1000000 | 11100001 | 100101 | 1001000 | 0 | 1010100 | 1100 | 1101111 | 1001100 | 110011 |
Color Harmonies of #40E125
Complementary color
Monochromatic Colors of #40E125
Black with #40E125
Text Example
Text Example
White with #40E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40E125; }
p { color: rgb(64,225,37); }
H1.HeaderClassName
{
color: #40E125;
}
.AnyTagClassName
{
color: #40E125;
}
</style>
background-color css
<style>
a { background-color: #40E125; }
a { background-color: rgb(64,225,37); }
div.DivClassName
{
background-color: #40E125;
}
.BgClassName
{
background-color: #40E125;
}
</style>
border-color css
<style>
span { border-color: #40E125; }
span { border-color: rgb(64,225,37); }
td.TdClassName
{
border-color: #40E125;
}
.TagClassName
{
border-color: #40E125;
}
</style>