Shades of Lime Green #44DB33
Tints of Lime Green #44DB33
RGB
CMYK
RGB Variations
Color information
#44DB33 (or 0x44DB33) is known color: Lime Green. HEX triplet: 44, DB and 33. RGB value is (68,219,51). Sum of RGB (Red+Green+Blue) = 68+219+51=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 219 (85.94% from 255 or 64.79% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 219 - color contains mainly: green. Hex color #44DB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DB33 is #BB24CC. Grayscale: #9B9B9B. Windows color (decimal): -12264653 or 3398468. OLE color: 3398468.
HSL color Cylindrical-coordinate representation of color #44DB33: hue angle of 113.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44DB33 is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 51 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.14 |
| HSL | 113.93º | 0.7% | 0.53% | - |
| HSV(B) | 113.93º | 0.77% | 0.86% | - |
| XYZ | 28.31 | 52.13 | 11.7 | - |
| YUV | 154.7 | 69.47 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 51 | 0.69 | 0 | 0.77 | 0.14 | 113.93 | 0.7 | 0.53 |
| Hex | 44 | DB | 33 | 45 | 0 | 4D | E | 72 | 46 | 35 |
| Octal | 104 | 333 | 63 | 105 | 0 | 115 | 16 | 162 | 106 | 65 |
| Binary | 1000100 | 11011011 | 110011 | 1000101 | 0 | 1001101 | 1110 | 1110010 | 1000110 | 110101 |
Color Harmonies of #44DB33
Complementary color
Monochromatic Colors of #44DB33
Black with #44DB33
Text Example
Text Example
White with #44DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DB33; }
p { color: rgb(68,219,51); }
H1.HeaderClassName
{
color: #44DB33;
}
.AnyTagClassName
{
color: #44DB33;
}
</style>
background-color css
<style>
a { background-color: #44DB33; }
a { background-color: rgb(68,219,51); }
div.DivClassName
{
background-color: #44DB33;
}
.BgClassName
{
background-color: #44DB33;
}
</style>
border-color css
<style>
span { border-color: #44DB33; }
span { border-color: rgb(68,219,51); }
td.TdClassName
{
border-color: #44DB33;
}
.TagClassName
{
border-color: #44DB33;
}
</style>