Shades of Lime Green #44B733
Tints of Lime Green #44B733
RGB
CMYK
RGB Variations
Color information
#44B733 (or 0x44B733) is known color: Lime Green. HEX triplet: 44, B7 and 33. RGB value is (68,183,51). Sum of RGB (Red+Green+Blue) = 68+183+51=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 183 (71.88% from 255 or 60.60% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 183 - color contains mainly: green. Hex color #44B733 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B733 is #BB48CC. Grayscale: #858585. Windows color (decimal): -12273869 or 3389252. OLE color: 3389252.
HSL color Cylindrical-coordinate representation of color #44B733: hue angle of 112.27º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44B733 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 68 | 183 | 51 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.28 |
| HSL | 112.27º | 0.56% | 0.46% | - |
| HSV(B) | 112.27º | 0.72% | 0.72% | - |
| XYZ | 19.91 | 35.33 | 8.9 | - |
| YUV | 133.57 | 81.4 | 81.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 183 | 51 | 0.63 | 0 | 0.72 | 0.28 | 112.27 | 0.56 | 0.46 |
| Hex | 44 | B7 | 33 | 3F | 0 | 48 | 1C | 70 | 38 | 2E |
| Octal | 104 | 267 | 63 | 77 | 0 | 110 | 34 | 160 | 70 | 56 |
| Binary | 1000100 | 10110111 | 110011 | 111111 | 0 | 1001000 | 11100 | 1110000 | 111000 | 101110 |
Color Harmonies of #44B733
Complementary color
Monochromatic Colors of #44B733
Black with #44B733
Text Example
Text Example
White with #44B733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B733; }
p { color: rgb(68,183,51); }
H1.HeaderClassName
{
color: #44B733;
}
.AnyTagClassName
{
color: #44B733;
}
</style>
background-color css
<style>
a { background-color: #44B733; }
a { background-color: rgb(68,183,51); }
div.DivClassName
{
background-color: #44B733;
}
.BgClassName
{
background-color: #44B733;
}
</style>
border-color css
<style>
span { border-color: #44B733; }
span { border-color: rgb(68,183,51); }
td.TdClassName
{
border-color: #44B733;
}
.TagClassName
{
border-color: #44B733;
}
</style>