Shades of Lime Green #44D722
Tints of Lime Green #44D722
RGB
CMYK
RGB Variations
Color information
#44D722 (or 0x44D722) is known color: Lime Green. HEX triplet: 44, D7 and 22. RGB value is (68,215,34). Sum of RGB (Red+Green+Blue) = 68+215+34=317 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.45% from 317); Green value is 215 (84.38% from 255 or 67.82% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 215 - color contains mainly: green. Hex color #44D722 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D722 is #BB28DD. Grayscale: #969696. Windows color (decimal): -12265694 or 2283332. OLE color: 2283332.
HSL color Cylindrical-coordinate representation of color #44D722: hue angle of 108.73º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44D722 is Cyan = 0.68, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 34 | - |
| CMYK | 0.68 | 0 | 0.84 | 0.16 |
| HSL | 108.73º | 0.73% | 0.49% | - |
| HSV(B) | 108.73º | 0.84% | 0.84% | - |
| XYZ | 26.97 | 49.95 | 9.73 | - |
| YUV | 150.41 | 62.3 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 34 | 0.68 | 0 | 0.84 | 0.16 | 108.73 | 0.73 | 0.49 |
| Hex | 44 | D7 | 22 | 44 | 0 | 54 | 10 | 6D | 49 | 31 |
| Octal | 104 | 327 | 42 | 104 | 0 | 124 | 20 | 155 | 111 | 61 |
| Binary | 1000100 | 11010111 | 100010 | 1000100 | 0 | 1010100 | 10000 | 1101101 | 1001001 | 110001 |
Color Harmonies of #44D722
Complementary color
Monochromatic Colors of #44D722
Black with #44D722
Text Example
Text Example
White with #44D722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D722; }
p { color: rgb(68,215,34); }
H1.HeaderClassName
{
color: #44D722;
}
.AnyTagClassName
{
color: #44D722;
}
</style>
background-color css
<style>
a { background-color: #44D722; }
a { background-color: rgb(68,215,34); }
div.DivClassName
{
background-color: #44D722;
}
.BgClassName
{
background-color: #44D722;
}
</style>
border-color css
<style>
span { border-color: #44D722; }
span { border-color: rgb(68,215,34); }
td.TdClassName
{
border-color: #44D722;
}
.TagClassName
{
border-color: #44D722;
}
</style>