Shades of Lime Green #44C53F
Tints of Lime Green #44C53F
RGB
CMYK
RGB Variations
Color information
#44C53F (or 0x44C53F) is known color: Lime Green. HEX triplet: 44, C5 and 3F. RGB value is (68,197,63). Sum of RGB (Red+Green+Blue) = 68+197+63=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 197 (77.34% from 255 or 60.06% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 197 - color contains mainly: green. Hex color #44C53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C53F is #BB3AC0. Grayscale: #8F8F8F. Windows color (decimal): -12270273 or 4179268. OLE color: 4179268.
HSL color Cylindrical-coordinate representation of color #44C53F: hue angle of 117.76º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44C53F is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 68 | 197 | 63 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.23 |
| HSL | 117.76º | 0.54% | 0.51% | - |
| HSV(B) | 117.76º | 0.68% | 0.77% | - |
| XYZ | 23.25 | 41.52 | 11.49 | - |
| YUV | 143.15 | 82.76 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 197 | 63 | 0.65 | 0 | 0.68 | 0.23 | 117.76 | 0.54 | 0.51 |
| Hex | 44 | C5 | 3F | 41 | 0 | 44 | 17 | 76 | 36 | 33 |
| Octal | 104 | 305 | 77 | 101 | 0 | 104 | 27 | 166 | 66 | 63 |
| Binary | 1000100 | 11000101 | 111111 | 1000001 | 0 | 1000100 | 10111 | 1110110 | 110110 | 110011 |
Color Harmonies of #44C53F
Complementary color
Monochromatic Colors of #44C53F
Black with #44C53F
Text Example
Text Example
White with #44C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C53F; }
p { color: rgb(68,197,63); }
H1.HeaderClassName
{
color: #44C53F;
}
.AnyTagClassName
{
color: #44C53F;
}
</style>
background-color css
<style>
a { background-color: #44C53F; }
a { background-color: rgb(68,197,63); }
div.DivClassName
{
background-color: #44C53F;
}
.BgClassName
{
background-color: #44C53F;
}
</style>
border-color css
<style>
span { border-color: #44C53F; }
span { border-color: rgb(68,197,63); }
td.TdClassName
{
border-color: #44C53F;
}
.TagClassName
{
border-color: #44C53F;
}
</style>