Shades of Lime Green #44BD34
Tints of Lime Green #44BD34
RGB
CMYK
RGB Variations
Color information
#44BD34 (or 0x44BD34) is known color: Lime Green. HEX triplet: 44, BD and 34. RGB value is (68,189,52). Sum of RGB (Red+Green+Blue) = 68+189+52=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 189 (74.22% from 255 or 61.17% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 189 - color contains mainly: green. Hex color #44BD34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BD34 is #BB42CB. Grayscale: #898989. Windows color (decimal): -12272332 or 3456324. OLE color: 3456324.
HSL color Cylindrical-coordinate representation of color #44BD34: hue angle of 112.99º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44BD34 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 189 | 52 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.26 |
| HSL | 112.99º | 0.57% | 0.47% | - |
| HSV(B) | 112.99º | 0.72% | 0.74% | - |
| XYZ | 21.2 | 37.87 | 9.44 | - |
| YUV | 137.2 | 79.91 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 189 | 52 | 0.64 | 0 | 0.72 | 0.26 | 112.99 | 0.57 | 0.47 |
| Hex | 44 | BD | 34 | 40 | 0 | 48 | 1A | 71 | 39 | 2F |
| Octal | 104 | 275 | 64 | 100 | 0 | 110 | 32 | 161 | 71 | 57 |
| Binary | 1000100 | 10111101 | 110100 | 1000000 | 0 | 1001000 | 11010 | 1110001 | 111001 | 101111 |
Color Harmonies of #44BD34
Complementary color
Monochromatic Colors of #44BD34
Black with #44BD34
Text Example
Text Example
White with #44BD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BD34; }
p { color: rgb(68,189,52); }
H1.HeaderClassName
{
color: #44BD34;
}
.AnyTagClassName
{
color: #44BD34;
}
</style>
background-color css
<style>
a { background-color: #44BD34; }
a { background-color: rgb(68,189,52); }
div.DivClassName
{
background-color: #44BD34;
}
.BgClassName
{
background-color: #44BD34;
}
</style>
border-color css
<style>
span { border-color: #44BD34; }
span { border-color: rgb(68,189,52); }
td.TdClassName
{
border-color: #44BD34;
}
.TagClassName
{
border-color: #44BD34;
}
</style>