Shades of Lime Green #44B434
Tints of Lime Green #44B434
RGB
CMYK
RGB Variations
Color information
#44B434 (or 0x44B434) is known color: Lime Green. HEX triplet: 44, B4 and 34. RGB value is (68,180,52). Sum of RGB (Red+Green+Blue) = 68+180+52=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 180 (70.70% from 255 or 60% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 180 - color contains mainly: green. Hex color #44B434 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B434 is #BB4BCB. Grayscale: #848484. Windows color (decimal): -12274636 or 3454020. OLE color: 3454020.
HSL color Cylindrical-coordinate representation of color #44B434: hue angle of 112.5º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44B434 is Cyan = 0.62, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 68 | 180 | 52 | - |
| CMYK | 0.62 | 0 | 0.71 | 0.29 |
| HSL | 112.5º | 0.55% | 0.45% | - |
| HSV(B) | 112.5º | 0.71% | 0.71% | - |
| XYZ | 19.32 | 34.12 | 8.82 | - |
| YUV | 131.92 | 82.89 | 82.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 180 | 52 | 0.62 | 0 | 0.71 | 0.29 | 112.5 | 0.55 | 0.45 |
| Hex | 44 | B4 | 34 | 3E | 0 | 47 | 1D | 70 | 37 | 2D |
| Octal | 104 | 264 | 64 | 76 | 0 | 107 | 35 | 160 | 67 | 55 |
| Binary | 1000100 | 10110100 | 110100 | 111110 | 0 | 1000111 | 11101 | 1110000 | 110111 | 101101 |
Color Harmonies of #44B434
Complementary color
Monochromatic Colors of #44B434
Black with #44B434
Text Example
Text Example
White with #44B434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44B434; }
p { color: rgb(68,180,52); }
H1.HeaderClassName
{
color: #44B434;
}
.AnyTagClassName
{
color: #44B434;
}
</style>
background-color css
<style>
a { background-color: #44B434; }
a { background-color: rgb(68,180,52); }
div.DivClassName
{
background-color: #44B434;
}
.BgClassName
{
background-color: #44B434;
}
</style>
border-color css
<style>
span { border-color: #44B434; }
span { border-color: rgb(68,180,52); }
td.TdClassName
{
border-color: #44B434;
}
.TagClassName
{
border-color: #44B434;
}
</style>