Shades of Lime Green #44D74D
Tints of Lime Green #44D74D
RGB
CMYK
RGB Variations
Color information
#44D74D (or 0x44D74D) is known color: Lime Green. HEX triplet: 44, D7 and 4D. RGB value is (68,215,77). Sum of RGB (Red+Green+Blue) = 68+215+77=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 215 (84.38% from 255 or 59.72% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 215 - color contains mainly: green. Hex color #44D74D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44D74D is #BB28B2. Grayscale: #9B9B9B. Windows color (decimal): -12265651 or 5101380. OLE color: 5101380.
HSL color Cylindrical-coordinate representation of color #44D74D: hue angle of 123.67º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D74D is Cyan = 0.68, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 68 | 215 | 77 | - |
| CMYK | 0.68 | 0 | 0.64 | 0.16 |
| HSL | 123.67º | 0.65% | 0.55% | - |
| HSV(B) | 123.67º | 0.68% | 0.84% | - |
| XYZ | 28.02 | 50.37 | 15.27 | - |
| YUV | 155.32 | 83.8 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 215 | 77 | 0.68 | 0 | 0.64 | 0.16 | 123.67 | 0.65 | 0.55 |
| Hex | 44 | D7 | 4D | 44 | 0 | 40 | 10 | 7C | 41 | 37 |
| Octal | 104 | 327 | 115 | 104 | 0 | 100 | 20 | 174 | 101 | 67 |
| Binary | 1000100 | 11010111 | 1001101 | 1000100 | 0 | 1000000 | 10000 | 1111100 | 1000001 | 110111 |
Color Harmonies of #44D74D
Complementary color
Monochromatic Colors of #44D74D
Black with #44D74D
Text Example
Text Example
White with #44D74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D74D; }
p { color: rgb(68,215,77); }
H1.HeaderClassName
{
color: #44D74D;
}
.AnyTagClassName
{
color: #44D74D;
}
</style>
background-color css
<style>
a { background-color: #44D74D; }
a { background-color: rgb(68,215,77); }
div.DivClassName
{
background-color: #44D74D;
}
.BgClassName
{
background-color: #44D74D;
}
</style>
border-color css
<style>
span { border-color: #44D74D; }
span { border-color: rgb(68,215,77); }
td.TdClassName
{
border-color: #44D74D;
}
.TagClassName
{
border-color: #44D74D;
}
</style>