Shades of Lime Green #44DB4B
Tints of Lime Green #44DB4B
RGB
CMYK
RGB Variations
Color information
#44DB4B (or 0x44DB4B) is known color: Lime Green. HEX triplet: 44, DB and 4B. RGB value is (68,219,75). Sum of RGB (Red+Green+Blue) = 68+219+75=362 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.78% from 362); Green value is 219 (85.94% from 255 or 60.50% from 362); Blue value is 75 (29.69% from 255 or 20.72% from 362); Max value from RGB is 219 - color contains mainly: green. Hex color #44DB4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44DB4B is #BB24B4. Grayscale: #9D9D9D. Windows color (decimal): -12264629 or 4971332. OLE color: 4971332.
HSL color Cylindrical-coordinate representation of color #44DB4B: hue angle of 122.78º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44DB4B is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 68 | 219 | 75 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.14 |
| HSL | 122.78º | 0.68% | 0.56% | - |
| HSV(B) | 122.78º | 0.69% | 0.86% | - |
| XYZ | 28.99 | 52.4 | 15.24 | - |
| YUV | 157.44 | 81.47 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 219 | 75 | 0.69 | 0 | 0.66 | 0.14 | 122.78 | 0.68 | 0.56 |
| Hex | 44 | DB | 4B | 45 | 0 | 42 | E | 7B | 44 | 38 |
| Octal | 104 | 333 | 113 | 105 | 0 | 102 | 16 | 173 | 104 | 70 |
| Binary | 1000100 | 11011011 | 1001011 | 1000101 | 0 | 1000010 | 1110 | 1111011 | 1000100 | 111000 |
Color Harmonies of #44DB4B
Complementary color
Monochromatic Colors of #44DB4B
Black with #44DB4B
Text Example
Text Example
White with #44DB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44DB4B; }
p { color: rgb(68,219,75); }
H1.HeaderClassName
{
color: #44DB4B;
}
.AnyTagClassName
{
color: #44DB4B;
}
</style>
background-color css
<style>
a { background-color: #44DB4B; }
a { background-color: rgb(68,219,75); }
div.DivClassName
{
background-color: #44DB4B;
}
.BgClassName
{
background-color: #44DB4B;
}
</style>
border-color css
<style>
span { border-color: #44DB4B; }
span { border-color: rgb(68,219,75); }
td.TdClassName
{
border-color: #44DB4B;
}
.TagClassName
{
border-color: #44DB4B;
}
</style>