Shades of Lime Green #44C74F
Tints of Lime Green #44C74F
RGB
CMYK
RGB Variations
Color information
#44C74F (or 0x44C74F) is known color: Lime Green. HEX triplet: 44, C7 and 4F. RGB value is (68,199,79). Sum of RGB (Red+Green+Blue) = 68+199+79=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 199 (78.12% from 255 or 57.51% from 346); Blue value is 79 (31.25% from 255 or 22.83% from 346); Max value from RGB is 199 - color contains mainly: green. Hex color #44C74F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C74F is #BB38B0. Grayscale: #929292. Windows color (decimal): -12269745 or 5228356. OLE color: 5228356.
HSL color Cylindrical-coordinate representation of color #44C74F: hue angle of 125.04º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C74F is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 199 | 79 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.22 |
| HSL | 125.04º | 0.54% | 0.52% | - |
| HSV(B) | 125.04º | 0.66% | 0.78% | - |
| XYZ | 24.22 | 42.64 | 14.35 | - |
| YUV | 146.15 | 90.1 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 199 | 79 | 0.66 | 0 | 0.60 | 0.22 | 125.04 | 0.54 | 0.52 |
| Hex | 44 | C7 | 4F | 42 | 0 | 3C | 16 | 7D | 36 | 34 |
| Octal | 104 | 307 | 117 | 102 | 0 | 74 | 26 | 175 | 66 | 64 |
| Binary | 1000100 | 11000111 | 1001111 | 1000010 | 0 | 111100 | 10110 | 1111101 | 110110 | 110100 |
Color Harmonies of #44C74F
Complementary color
Monochromatic Colors of #44C74F
Black with #44C74F
Text Example
Text Example
White with #44C74F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C74F; }
p { color: rgb(68,199,79); }
H1.HeaderClassName
{
color: #44C74F;
}
.AnyTagClassName
{
color: #44C74F;
}
</style>
background-color css
<style>
a { background-color: #44C74F; }
a { background-color: rgb(68,199,79); }
div.DivClassName
{
background-color: #44C74F;
}
.BgClassName
{
background-color: #44C74F;
}
</style>
border-color css
<style>
span { border-color: #44C74F; }
span { border-color: rgb(68,199,79); }
td.TdClassName
{
border-color: #44C74F;
}
.TagClassName
{
border-color: #44C74F;
}
</style>