Shades of Lime Green #44D135
Tints of Lime Green #44D135
RGB
CMYK
RGB Variations
Color information
#44D135 (or 0x44D135) is known color: Lime Green. HEX triplet: 44, D1 and 35. RGB value is (68,209,53). Sum of RGB (Red+Green+Blue) = 68+209+53=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 209 (82.03% from 255 or 63.33% from 330); Blue value is 53 (21.09% from 255 or 16.06% from 330); Max value from RGB is 209 - color contains mainly: green. Hex color #44D135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D135 is #BB2ECA. Grayscale: #959595. Windows color (decimal): -12267211 or 3526980. OLE color: 3526980.
HSL color Cylindrical-coordinate representation of color #44D135: hue angle of 114.23º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44D135 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 209 | 53 | - |
| CMYK | 0.67 | 0 | 0.75 | 0.18 |
| HSL | 114.23º | 0.63% | 0.51% | - |
| HSV(B) | 114.23º | 0.75% | 0.82% | - |
| XYZ | 25.83 | 47.09 | 11.1 | - |
| YUV | 149.06 | 73.79 | 70.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 209 | 53 | 0.67 | 0 | 0.75 | 0.18 | 114.23 | 0.63 | 0.51 |
| Hex | 44 | D1 | 35 | 43 | 0 | 4B | 12 | 72 | 3F | 33 |
| Octal | 104 | 321 | 65 | 103 | 0 | 113 | 22 | 162 | 77 | 63 |
| Binary | 1000100 | 11010001 | 110101 | 1000011 | 0 | 1001011 | 10010 | 1110010 | 111111 | 110011 |
Color Harmonies of #44D135
Complementary color
Monochromatic Colors of #44D135
Black with #44D135
Text Example
Text Example
White with #44D135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D135; }
p { color: rgb(68,209,53); }
H1.HeaderClassName
{
color: #44D135;
}
.AnyTagClassName
{
color: #44D135;
}
</style>
background-color css
<style>
a { background-color: #44D135; }
a { background-color: rgb(68,209,53); }
div.DivClassName
{
background-color: #44D135;
}
.BgClassName
{
background-color: #44D135;
}
</style>
border-color css
<style>
span { border-color: #44D135; }
span { border-color: rgb(68,209,53); }
td.TdClassName
{
border-color: #44D135;
}
.TagClassName
{
border-color: #44D135;
}
</style>