Shades of Lime Green #44C84C
Tints of Lime Green #44C84C
RGB
CMYK
RGB Variations
Color information
#44C84C (or 0x44C84C) is known color: Lime Green. HEX triplet: 44, C8 and 4C. RGB value is (68,200,76). Sum of RGB (Red+Green+Blue) = 68+200+76=344 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.77% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #44C84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44C84C is #BB37B3. Grayscale: #929292. Windows color (decimal): -12269492 or 5032004. OLE color: 5032004.
HSL color Cylindrical-coordinate representation of color #44C84C: hue angle of 123.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C84C is Cyan = 0.66, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 68 | 200 | 76 | - |
| CMYK | 0.66 | 0 | 0.62 | 0.22 |
| HSL | 123.64º | 0.55% | 0.53% | - |
| HSV(B) | 123.64º | 0.66% | 0.78% | - |
| XYZ | 24.34 | 43.06 | 13.87 | - |
| YUV | 146.4 | 88.27 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 200 | 76 | 0.66 | 0 | 0.62 | 0.22 | 123.64 | 0.55 | 0.53 |
| Hex | 44 | C8 | 4C | 42 | 0 | 3E | 16 | 7C | 37 | 35 |
| Octal | 104 | 310 | 114 | 102 | 0 | 76 | 26 | 174 | 67 | 65 |
| Binary | 1000100 | 11001000 | 1001100 | 1000010 | 0 | 111110 | 10110 | 1111100 | 110111 | 110101 |
Color Harmonies of #44C84C
Complementary color
Monochromatic Colors of #44C84C
Black with #44C84C
Text Example
Text Example
White with #44C84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C84C; }
p { color: rgb(68,200,76); }
H1.HeaderClassName
{
color: #44C84C;
}
.AnyTagClassName
{
color: #44C84C;
}
</style>
background-color css
<style>
a { background-color: #44C84C; }
a { background-color: rgb(68,200,76); }
div.DivClassName
{
background-color: #44C84C;
}
.BgClassName
{
background-color: #44C84C;
}
</style>
border-color css
<style>
span { border-color: #44C84C; }
span { border-color: rgb(68,200,76); }
td.TdClassName
{
border-color: #44C84C;
}
.TagClassName
{
border-color: #44C84C;
}
</style>