Shades of Lime Green #44B534
Tints of Lime Green #44B534
RGB
CMYK
RGB Variations
Color information
#44B534 (or 0x44B534) is known color: Lime Green. HEX triplet: 44, B5 and 34. RGB value is (68,181,52). Sum of RGB (Red+Green+Blue) = 68+181+52=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 181 (71.09% from 255 or 60.13% from 301); Blue value is 52 (20.70% from 255 or 17.28% from 301); Max value from RGB is 181 - color contains mainly: green. Hex color #44B534 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B534 is #BB4ACB. Grayscale: #848484. Windows color (decimal): -12274380 or 3454276. OLE color: 3454276.
HSL color Cylindrical-coordinate representation of color #44B534: hue angle of 112.56º 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 #44B534 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 181 | 52 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.29 |
| HSL | 112.56º | 0.55% | 0.46% | - |
| HSV(B) | 112.56º | 0.71% | 0.71% | - |
| XYZ | 19.53 | 34.52 | 8.88 | - |
| YUV | 132.51 | 82.56 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 181 | 52 | 0.62 | 0 | 0.71 | 0.29 | 112.56 | 0.55 | 0.46 |
| Hex | 44 | B5 | 34 | 3E | 0 | 47 | 1D | 71 | 37 | 2E |
| Octal | 104 | 265 | 64 | 76 | 0 | 107 | 35 | 161 | 67 | 56 |
| Binary | 1000100 | 10110101 | 110100 | 111110 | 0 | 1000111 | 11101 | 1110001 | 110111 | 101110 |
Color Harmonies of #44B534
Complementary color
Monochromatic Colors of #44B534
Black with #44B534
Text Example
Text Example
White with #44B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B534; }
p { color: rgb(68,181,52); }
H1.HeaderClassName
{
color: #44B534;
}
.AnyTagClassName
{
color: #44B534;
}
</style>
background-color css
<style>
a { background-color: #44B534; }
a { background-color: rgb(68,181,52); }
div.DivClassName
{
background-color: #44B534;
}
.BgClassName
{
background-color: #44B534;
}
</style>
border-color css
<style>
span { border-color: #44B534; }
span { border-color: rgb(68,181,52); }
td.TdClassName
{
border-color: #44B534;
}
.TagClassName
{
border-color: #44B534;
}
</style>