Shades of Lime Green #44D22F
Tints of Lime Green #44D22F
RGB
CMYK
RGB Variations
Color information
#44D22F (or 0x44D22F) is known color: Lime Green. HEX triplet: 44, D2 and 2F. RGB value is (68,210,47). Sum of RGB (Red+Green+Blue) = 68+210+47=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #44D22F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D22F is #BB2DD0. Grayscale: #959595. Windows color (decimal): -12266961 or 3134020. OLE color: 3134020.
HSL color Cylindrical-coordinate representation of color #44D22F: hue angle of 112.27º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44D22F is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 210 | 47 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.18 |
| HSL | 112.27º | 0.64% | 0.5% | - |
| HSV(B) | 112.27º | 0.78% | 0.82% | - |
| XYZ | 25.94 | 47.53 | 10.5 | - |
| YUV | 148.96 | 70.46 | 70.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 210 | 47 | 0.68 | 0 | 0.78 | 0.18 | 112.27 | 0.64 | 0.5 |
| Hex | 44 | D2 | 2F | 44 | 0 | 4E | 12 | 70 | 40 | 32 |
| Octal | 104 | 322 | 57 | 104 | 0 | 116 | 22 | 160 | 100 | 62 |
| Binary | 1000100 | 11010010 | 101111 | 1000100 | 0 | 1001110 | 10010 | 1110000 | 1000000 | 110010 |
Color Harmonies of #44D22F
Complementary color
Monochromatic Colors of #44D22F
Black with #44D22F
Text Example
Text Example
White with #44D22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D22F; }
p { color: rgb(68,210,47); }
H1.HeaderClassName
{
color: #44D22F;
}
.AnyTagClassName
{
color: #44D22F;
}
</style>
background-color css
<style>
a { background-color: #44D22F; }
a { background-color: rgb(68,210,47); }
div.DivClassName
{
background-color: #44D22F;
}
.BgClassName
{
background-color: #44D22F;
}
</style>
border-color css
<style>
span { border-color: #44D22F; }
span { border-color: rgb(68,210,47); }
td.TdClassName
{
border-color: #44D22F;
}
.TagClassName
{
border-color: #44D22F;
}
</style>