Shades of Lime Green #44B435
Tints of Lime Green #44B435
RGB
CMYK
RGB Variations
Color information
#44B435 (or 0x44B435) is known color: Lime Green. HEX triplet: 44, B4 and 35. RGB value is (68,180,53). Sum of RGB (Red+Green+Blue) = 68+180+53=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 180 (70.70% from 255 or 59.80% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 180 - color contains mainly: green. Hex color #44B435 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B435 is #BB4BCA. Grayscale: #848484. Windows color (decimal): -12274635 or 3519556. OLE color: 3519556.
HSL color Cylindrical-coordinate representation of color #44B435: hue angle of 112.91º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44B435 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 180 | 53 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.29 |
| HSL | 112.91º | 0.55% | 0.46% | - |
| HSV(B) | 112.91º | 0.71% | 0.71% | - |
| XYZ | 19.35 | 34.13 | 8.94 | - |
| YUV | 132.03 | 83.39 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 180 | 53 | 0.62 | 0 | 0.71 | 0.29 | 112.91 | 0.55 | 0.46 |
| Hex | 44 | B4 | 35 | 3E | 0 | 47 | 1D | 71 | 37 | 2E |
| Octal | 104 | 264 | 65 | 76 | 0 | 107 | 35 | 161 | 67 | 56 |
| Binary | 1000100 | 10110100 | 110101 | 111110 | 0 | 1000111 | 11101 | 1110001 | 110111 | 101110 |
Color Harmonies of #44B435
Complementary color
Monochromatic Colors of #44B435
Black with #44B435
Text Example
Text Example
White with #44B435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B435; }
p { color: rgb(68,180,53); }
H1.HeaderClassName
{
color: #44B435;
}
.AnyTagClassName
{
color: #44B435;
}
</style>
background-color css
<style>
a { background-color: #44B435; }
a { background-color: rgb(68,180,53); }
div.DivClassName
{
background-color: #44B435;
}
.BgClassName
{
background-color: #44B435;
}
</style>
border-color css
<style>
span { border-color: #44B435; }
span { border-color: rgb(68,180,53); }
td.TdClassName
{
border-color: #44B435;
}
.TagClassName
{
border-color: #44B435;
}
</style>