Shades of Lime Green #44EE4C
Tints of Lime Green #44EE4C
RGB
CMYK
RGB Variations
Color information
#44EE4C (or 0x44EE4C) is known color: Lime Green. HEX triplet: 44, EE and 4C. RGB value is (68,238,76). Sum of RGB (Red+Green+Blue) = 68+238+76=382 (50% of max value = 765). Red value is 68 (26.95% from 255 or 17.80% from 382); Green value is 238 (93.36% from 255 or 62.30% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 238 - color contains mainly: green. Hex color #44EE4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44EE4C is #BB11B3. Grayscale: #A9A9A9. Windows color (decimal): -12259764 or 5041732. OLE color: 5041732.
HSL color Cylindrical-coordinate representation of color #44EE4C: hue angle of 122.82º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44EE4C is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 68 | 238 | 76 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.07 |
| HSL | 122.82º | 0.83% | 0.6% | - |
| HSV(B) | 122.82º | 0.71% | 0.93% | - |
| XYZ | 34.26 | 62.9 | 17.17 | - |
| YUV | 168.7 | 75.68 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 238 | 76 | 0.71 | 0 | 0.68 | 0.07 | 122.82 | 0.83 | 0.6 |
| Hex | 44 | EE | 4C | 47 | 0 | 44 | 7 | 7B | 53 | 3C |
| Octal | 104 | 356 | 114 | 107 | 0 | 104 | 7 | 173 | 123 | 74 |
| Binary | 1000100 | 11101110 | 1001100 | 1000111 | 0 | 1000100 | 111 | 1111011 | 1010011 | 111100 |
Color Harmonies of #44EE4C
Complementary color
Monochromatic Colors of #44EE4C
Black with #44EE4C
Text Example
Text Example
White with #44EE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44EE4C; }
p { color: rgb(68,238,76); }
H1.HeaderClassName
{
color: #44EE4C;
}
.AnyTagClassName
{
color: #44EE4C;
}
</style>
background-color css
<style>
a { background-color: #44EE4C; }
a { background-color: rgb(68,238,76); }
div.DivClassName
{
background-color: #44EE4C;
}
.BgClassName
{
background-color: #44EE4C;
}
</style>
border-color css
<style>
span { border-color: #44EE4C; }
span { border-color: rgb(68,238,76); }
td.TdClassName
{
border-color: #44EE4C;
}
.TagClassName
{
border-color: #44EE4C;
}
</style>