Shades of Lime Green #44E127
Tints of Lime Green #44E127
RGB
CMYK
RGB Variations
Color information
#44E127 (or 0x44E127) is known color: Lime Green. HEX triplet: 44, E1 and 27. RGB value is (68,225,39). Sum of RGB (Red+Green+Blue) = 68+225+39=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 225 (88.28% from 255 or 67.77% from 332); Blue value is 39 (15.62% from 255 or 11.75% from 332); Max value from RGB is 225 - color contains mainly: green. Hex color #44E127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E127 is #BB1ED8. Grayscale: #9D9D9D. Windows color (decimal): -12263129 or 2613572. OLE color: 2613572.
HSL color Cylindrical-coordinate representation of color #44E127: hue angle of 110.65º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #44E127 is Cyan = 0.70, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 39 | - |
| CMYK | 0.70 | 0 | 0.83 | 0.12 |
| HSL | 110.65º | 0.76% | 0.52% | - |
| HSV(B) | 110.65º | 0.83% | 0.88% | - |
| XYZ | 29.68 | 55.23 | 11.02 | - |
| YUV | 156.85 | 61.49 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 39 | 0.70 | 0 | 0.83 | 0.12 | 110.65 | 0.76 | 0.52 |
| Hex | 44 | E1 | 27 | 46 | 0 | 53 | C | 6F | 4C | 34 |
| Octal | 104 | 341 | 47 | 106 | 0 | 123 | 14 | 157 | 114 | 64 |
| Binary | 1000100 | 11100001 | 100111 | 1000110 | 0 | 1010011 | 1100 | 1101111 | 1001100 | 110100 |
Color Harmonies of #44E127
Complementary color
Monochromatic Colors of #44E127
Black with #44E127
Text Example
Text Example
White with #44E127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E127; }
p { color: rgb(68,225,39); }
H1.HeaderClassName
{
color: #44E127;
}
.AnyTagClassName
{
color: #44E127;
}
</style>
background-color css
<style>
a { background-color: #44E127; }
a { background-color: rgb(68,225,39); }
div.DivClassName
{
background-color: #44E127;
}
.BgClassName
{
background-color: #44E127;
}
</style>
border-color css
<style>
span { border-color: #44E127; }
span { border-color: rgb(68,225,39); }
td.TdClassName
{
border-color: #44E127;
}
.TagClassName
{
border-color: #44E127;
}
</style>