Shades of Lime Green #44E41D
Tints of Lime Green #44E41D
RGB
CMYK
RGB Variations
Color information
#44E41D (or 0x44E41D) is known color: Lime Green. HEX triplet: 44, E4 and 1D. RGB value is (68,228,29). Sum of RGB (Red+Green+Blue) = 68+228+29=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 228 (89.45% from 255 or 70.15% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 228 - color contains mainly: green. Hex color #44E41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E41D is #BB1BE2. Grayscale: #9E9E9E. Windows color (decimal): -12262371 or 1958980. OLE color: 1958980.
HSL color Cylindrical-coordinate representation of color #44E41D: hue angle of 108.24º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #44E41D is Cyan = 0.70, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 228 | 29 | - |
| CMYK | 0.70 | 0 | 0.87 | 0.11 |
| HSL | 108.24º | 0.79% | 0.5% | - |
| HSV(B) | 108.24º | 0.87% | 0.89% | - |
| XYZ | 30.35 | 56.8 | 10.53 | - |
| YUV | 157.47 | 55.49 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 228 | 29 | 0.70 | 0 | 0.87 | 0.11 | 108.24 | 0.79 | 0.5 |
| Hex | 44 | E4 | 1D | 46 | 0 | 57 | B | 6C | 4F | 32 |
| Octal | 104 | 344 | 35 | 106 | 0 | 127 | 13 | 154 | 117 | 62 |
| Binary | 1000100 | 11100100 | 11101 | 1000110 | 0 | 1010111 | 1011 | 1101100 | 1001111 | 110010 |
Color Harmonies of #44E41D
Complementary color
Monochromatic Colors of #44E41D
Black with #44E41D
Text Example
Text Example
White with #44E41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E41D; }
p { color: rgb(68,228,29); }
H1.HeaderClassName
{
color: #44E41D;
}
.AnyTagClassName
{
color: #44E41D;
}
</style>
background-color css
<style>
a { background-color: #44E41D; }
a { background-color: rgb(68,228,29); }
div.DivClassName
{
background-color: #44E41D;
}
.BgClassName
{
background-color: #44E41D;
}
</style>
border-color css
<style>
span { border-color: #44E41D; }
span { border-color: rgb(68,228,29); }
td.TdClassName
{
border-color: #44E41D;
}
.TagClassName
{
border-color: #44E41D;
}
</style>