Shades of Lime Green #44B735
Tints of Lime Green #44B735
RGB
CMYK
RGB Variations
Color information
#44B735 (or 0x44B735) is known color: Lime Green. HEX triplet: 44, B7 and 35. RGB value is (68,183,53). Sum of RGB (Red+Green+Blue) = 68+183+53=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #44B735 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B735 is #BB48CA. Grayscale: #868686. Windows color (decimal): -12273867 or 3520324. OLE color: 3520324.
HSL color Cylindrical-coordinate representation of color #44B735: hue angle of 113.08º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44B735 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 53 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.28 |
| HSL | 113.08º | 0.55% | 0.46% | - |
| HSV(B) | 113.08º | 0.71% | 0.72% | - |
| XYZ | 19.96 | 35.35 | 9.14 | - |
| YUV | 133.8 | 82.4 | 81.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 53 | 0.63 | 0 | 0.71 | 0.28 | 113.08 | 0.55 | 0.46 |
| Hex | 44 | B7 | 35 | 3F | 0 | 47 | 1C | 71 | 37 | 2E |
| Octal | 104 | 267 | 65 | 77 | 0 | 107 | 34 | 161 | 67 | 56 |
| Binary | 1000100 | 10110111 | 110101 | 111111 | 0 | 1000111 | 11100 | 1110001 | 110111 | 101110 |
Color Harmonies of #44B735
Complementary color
Monochromatic Colors of #44B735
Black with #44B735
Text Example
Text Example
White with #44B735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B735; }
p { color: rgb(68,183,53); }
H1.HeaderClassName
{
color: #44B735;
}
.AnyTagClassName
{
color: #44B735;
}
</style>
background-color css
<style>
a { background-color: #44B735; }
a { background-color: rgb(68,183,53); }
div.DivClassName
{
background-color: #44B735;
}
.BgClassName
{
background-color: #44B735;
}
</style>
border-color css
<style>
span { border-color: #44B735; }
span { border-color: rgb(68,183,53); }
td.TdClassName
{
border-color: #44B735;
}
.TagClassName
{
border-color: #44B735;
}
</style>