Shades of Lime Green #44EA3F
Tints of Lime Green #44EA3F
RGB
CMYK
RGB Variations
Color information
#44EA3F (or 0x44EA3F) is known color: Lime Green. HEX triplet: 44, EA and 3F. RGB value is (68,234,63). Sum of RGB (Red+Green+Blue) = 68+234+63=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #44EA3F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EA3F is #BB15C0. Grayscale: #A5A5A5. Windows color (decimal): -12260801 or 4188740. OLE color: 4188740.
HSL color Cylindrical-coordinate representation of color #44EA3F: hue angle of 118.25º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44EA3F is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 68 | 234 | 63 | - |
| CMYK | 0.71 | 0 | 0.73 | 0.08 |
| HSL | 118.25º | 0.8% | 0.58% | - |
| HSV(B) | 118.25º | 0.73% | 0.92% | - |
| XYZ | 32.7 | 60.43 | 14.64 | - |
| YUV | 164.87 | 70.5 | 58.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 234 | 63 | 0.71 | 0 | 0.73 | 0.08 | 118.25 | 0.8 | 0.58 |
| Hex | 44 | EA | 3F | 47 | 0 | 49 | 8 | 76 | 50 | 3A |
| Octal | 104 | 352 | 77 | 107 | 0 | 111 | 10 | 166 | 120 | 72 |
| Binary | 1000100 | 11101010 | 111111 | 1000111 | 0 | 1001001 | 1000 | 1110110 | 1010000 | 111010 |
Color Harmonies of #44EA3F
Complementary color
Monochromatic Colors of #44EA3F
Black with #44EA3F
Text Example
Text Example
White with #44EA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EA3F; }
p { color: rgb(68,234,63); }
H1.HeaderClassName
{
color: #44EA3F;
}
.AnyTagClassName
{
color: #44EA3F;
}
</style>
background-color css
<style>
a { background-color: #44EA3F; }
a { background-color: rgb(68,234,63); }
div.DivClassName
{
background-color: #44EA3F;
}
.BgClassName
{
background-color: #44EA3F;
}
</style>
border-color css
<style>
span { border-color: #44EA3F; }
span { border-color: rgb(68,234,63); }
td.TdClassName
{
border-color: #44EA3F;
}
.TagClassName
{
border-color: #44EA3F;
}
</style>