Shades of Lime Green #44E125
Tints of Lime Green #44E125
RGB
CMYK
RGB Variations
Color information
#44E125 (or 0x44E125) is known color: Lime Green. HEX triplet: 44, E1 and 25. RGB value is (68,225,37). Sum of RGB (Red+Green+Blue) = 68+225+37=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 225 (88.28% from 255 or 68.18% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 225 - color contains mainly: green. Hex color #44E125 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E125 is #BB1EDA. Grayscale: #9D9D9D. Windows color (decimal): -12263131 or 2482500. OLE color: 2482500.
HSL color Cylindrical-coordinate representation of color #44E125: hue angle of 110.11º 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 #44E125 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 37 | - |
| CMYK | 0.70 | 0 | 0.84 | 0.12 |
| HSL | 110.11º | 0.76% | 0.51% | - |
| HSV(B) | 110.11º | 0.84% | 0.88% | - |
| XYZ | 29.64 | 55.21 | 10.85 | - |
| YUV | 156.63 | 60.49 | 64.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 37 | 0.70 | 0 | 0.84 | 0.12 | 110.11 | 0.76 | 0.51 |
| Hex | 44 | E1 | 25 | 46 | 0 | 54 | C | 6E | 4C | 33 |
| Octal | 104 | 341 | 45 | 106 | 0 | 124 | 14 | 156 | 114 | 63 |
| Binary | 1000100 | 11100001 | 100101 | 1000110 | 0 | 1010100 | 1100 | 1101110 | 1001100 | 110011 |
Color Harmonies of #44E125
Complementary color
Monochromatic Colors of #44E125
Black with #44E125
Text Example
Text Example
White with #44E125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E125; }
p { color: rgb(68,225,37); }
H1.HeaderClassName
{
color: #44E125;
}
.AnyTagClassName
{
color: #44E125;
}
</style>
background-color css
<style>
a { background-color: #44E125; }
a { background-color: rgb(68,225,37); }
div.DivClassName
{
background-color: #44E125;
}
.BgClassName
{
background-color: #44E125;
}
</style>
border-color css
<style>
span { border-color: #44E125; }
span { border-color: rgb(68,225,37); }
td.TdClassName
{
border-color: #44E125;
}
.TagClassName
{
border-color: #44E125;
}
</style>