Shades of Lime Green #44C62C
Tints of Lime Green #44C62C
RGB
CMYK
RGB Variations
Color information
#44C62C (or 0x44C62C) is known color: Lime Green. HEX triplet: 44, C6 and 2C. RGB value is (68,198,44). Sum of RGB (Red+Green+Blue) = 68+198+44=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 198 (77.73% from 255 or 63.87% from 310); Blue value is 44 (17.58% from 255 or 14.19% from 310); Max value from RGB is 198 - color contains mainly: green. Hex color #44C62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C62C is #BB39D3. Grayscale: #8E8E8E. Windows color (decimal): -12270036 or 2934340. OLE color: 2934340.
HSL color Cylindrical-coordinate representation of color #44C62C: hue angle of 110.65º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44C62C is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 198 | 44 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.22 |
| HSL | 110.65º | 0.64% | 0.47% | - |
| HSV(B) | 110.65º | 0.78% | 0.78% | - |
| XYZ | 23.03 | 41.8 | 9.24 | - |
| YUV | 141.57 | 72.93 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 198 | 44 | 0.66 | 0 | 0.78 | 0.22 | 110.65 | 0.64 | 0.47 |
| Hex | 44 | C6 | 2C | 42 | 0 | 4E | 16 | 6F | 40 | 2F |
| Octal | 104 | 306 | 54 | 102 | 0 | 116 | 26 | 157 | 100 | 57 |
| Binary | 1000100 | 11000110 | 101100 | 1000010 | 0 | 1001110 | 10110 | 1101111 | 1000000 | 101111 |
Color Harmonies of #44C62C
Complementary color
Monochromatic Colors of #44C62C
Black with #44C62C
Text Example
Text Example
White with #44C62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C62C; }
p { color: rgb(68,198,44); }
H1.HeaderClassName
{
color: #44C62C;
}
.AnyTagClassName
{
color: #44C62C;
}
</style>
background-color css
<style>
a { background-color: #44C62C; }
a { background-color: rgb(68,198,44); }
div.DivClassName
{
background-color: #44C62C;
}
.BgClassName
{
background-color: #44C62C;
}
</style>
border-color css
<style>
span { border-color: #44C62C; }
span { border-color: rgb(68,198,44); }
td.TdClassName
{
border-color: #44C62C;
}
.TagClassName
{
border-color: #44C62C;
}
</style>