Shades of Lime Green #44E121
Tints of Lime Green #44E121
RGB
CMYK
RGB Variations
Color information
#44E121 (or 0x44E121) is known color: Lime Green. HEX triplet: 44, E1 and 21. RGB value is (68,225,33). Sum of RGB (Red+Green+Blue) = 68+225+33=326 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.86% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #44E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E121 is #BB1EDE. Grayscale: #9C9C9C. Windows color (decimal): -12263135 or 2220356. OLE color: 2220356.
HSL color Cylindrical-coordinate representation of color #44E121: hue angle of 109.06º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #44E121 is Cyan = 0.70, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 68 | 225 | 33 | - |
| CMYK | 0.70 | 0 | 0.85 | 0.12 |
| HSL | 109.06º | 0.76% | 0.51% | - |
| HSV(B) | 109.06º | 0.85% | 0.88% | - |
| XYZ | 29.58 | 55.19 | 10.53 | - |
| YUV | 156.17 | 58.49 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 225 | 33 | 0.70 | 0 | 0.85 | 0.12 | 109.06 | 0.76 | 0.51 |
| Hex | 44 | E1 | 21 | 46 | 0 | 55 | C | 6D | 4C | 33 |
| Octal | 104 | 341 | 41 | 106 | 0 | 125 | 14 | 155 | 114 | 63 |
| Binary | 1000100 | 11100001 | 100001 | 1000110 | 0 | 1010101 | 1100 | 1101101 | 1001100 | 110011 |
Color Harmonies of #44E121
Complementary color
Monochromatic Colors of #44E121
Black with #44E121
Text Example
Text Example
White with #44E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E121; }
p { color: rgb(68,225,33); }
H1.HeaderClassName
{
color: #44E121;
}
.AnyTagClassName
{
color: #44E121;
}
</style>
background-color css
<style>
a { background-color: #44E121; }
a { background-color: rgb(68,225,33); }
div.DivClassName
{
background-color: #44E121;
}
.BgClassName
{
background-color: #44E121;
}
</style>
border-color css
<style>
span { border-color: #44E121; }
span { border-color: rgb(68,225,33); }
td.TdClassName
{
border-color: #44E121;
}
.TagClassName
{
border-color: #44E121;
}
</style>