Shades of Lime Green #44D233
Tints of Lime Green #44D233
RGB
CMYK
RGB Variations
Color information
#44D233 (or 0x44D233) is known color: Lime Green. HEX triplet: 44, D2 and 33. RGB value is (68,210,51). Sum of RGB (Red+Green+Blue) = 68+210+51=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 210 (82.42% from 255 or 63.83% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 210 - color contains mainly: green. Hex color #44D233 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44D233 is #BB2DCC. Grayscale: #959595. Windows color (decimal): -12266957 or 3396164. OLE color: 3396164.
HSL color Cylindrical-coordinate representation of color #44D233: hue angle of 113.58º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #44D233 is Cyan = 0.68, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 68 | 210 | 51 | - |
| CMYK | 0.68 | 0 | 0.76 | 0.18 |
| HSL | 113.58º | 0.64% | 0.51% | - |
| HSV(B) | 113.58º | 0.76% | 0.82% | - |
| XYZ | 26.03 | 47.56 | 10.94 | - |
| YUV | 149.42 | 72.46 | 69.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 210 | 51 | 0.68 | 0 | 0.76 | 0.18 | 113.58 | 0.64 | 0.51 |
| Hex | 44 | D2 | 33 | 44 | 0 | 4C | 12 | 72 | 40 | 33 |
| Octal | 104 | 322 | 63 | 104 | 0 | 114 | 22 | 162 | 100 | 63 |
| Binary | 1000100 | 11010010 | 110011 | 1000100 | 0 | 1001100 | 10010 | 1110010 | 1000000 | 110011 |
Color Harmonies of #44D233
Complementary color
Monochromatic Colors of #44D233
Black with #44D233
Text Example
Text Example
White with #44D233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44D233; }
p { color: rgb(68,210,51); }
H1.HeaderClassName
{
color: #44D233;
}
.AnyTagClassName
{
color: #44D233;
}
</style>
background-color css
<style>
a { background-color: #44D233; }
a { background-color: rgb(68,210,51); }
div.DivClassName
{
background-color: #44D233;
}
.BgClassName
{
background-color: #44D233;
}
</style>
border-color css
<style>
span { border-color: #44D233; }
span { border-color: rgb(68,210,51); }
td.TdClassName
{
border-color: #44D233;
}
.TagClassName
{
border-color: #44D233;
}
</style>