Shades of Lime Green #44CC4D
Tints of Lime Green #44CC4D
RGB
CMYK
RGB Variations
Color information
#44CC4D (or 0x44CC4D) is known color: Lime Green. HEX triplet: 44, CC and 4D. RGB value is (68,204,77). Sum of RGB (Red+Green+Blue) = 68+204+77=349 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.48% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #44CC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CC4D is #BB33B2. Grayscale: #959595. Windows color (decimal): -12268467 or 5098564. OLE color: 5098564.
HSL color Cylindrical-coordinate representation of color #44CC4D: hue angle of 123.97º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CC4D is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 68 | 204 | 77 | - |
| CMYK | 0.67 | 0 | 0.62 | 0.2 |
| HSL | 123.97º | 0.57% | 0.53% | - |
| HSV(B) | 123.97º | 0.67% | 0.8% | - |
| XYZ | 25.32 | 44.95 | 14.36 | - |
| YUV | 148.86 | 87.44 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 204 | 77 | 0.67 | 0 | 0.62 | 0.2 | 123.97 | 0.57 | 0.53 |
| Hex | 44 | CC | 4D | 43 | 0 | 3E | 14 | 7C | 39 | 35 |
| Octal | 104 | 314 | 115 | 103 | 0 | 76 | 24 | 174 | 71 | 65 |
| Binary | 1000100 | 11001100 | 1001101 | 1000011 | 0 | 111110 | 10100 | 1111100 | 111001 | 110101 |
Color Harmonies of #44CC4D
Complementary color
Monochromatic Colors of #44CC4D
Black with #44CC4D
Text Example
Text Example
White with #44CC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CC4D; }
p { color: rgb(68,204,77); }
H1.HeaderClassName
{
color: #44CC4D;
}
.AnyTagClassName
{
color: #44CC4D;
}
</style>
background-color css
<style>
a { background-color: #44CC4D; }
a { background-color: rgb(68,204,77); }
div.DivClassName
{
background-color: #44CC4D;
}
.BgClassName
{
background-color: #44CC4D;
}
</style>
border-color css
<style>
span { border-color: #44CC4D; }
span { border-color: rgb(68,204,77); }
td.TdClassName
{
border-color: #44CC4D;
}
.TagClassName
{
border-color: #44CC4D;
}
</style>