Shades of Lime Green #44E34C
Tints of Lime Green #44E34C
RGB
CMYK
RGB Variations
Color information
#44E34C (or 0x44E34C) is known color: Lime Green. HEX triplet: 44, E3 and 4C. RGB value is (68,227,76). Sum of RGB (Red+Green+Blue) = 68+227+76=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 227 (89.06% from 255 or 61.19% from 371); Blue value is 76 (30.08% from 255 or 20.49% from 371); Max value from RGB is 227 - color contains mainly: green. Hex color #44E34C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44E34C is #BB1CB3. Grayscale: #A2A2A2. Windows color (decimal): -12262580 or 5038916. OLE color: 5038916.
HSL color Cylindrical-coordinate representation of color #44E34C: hue angle of 123.02º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44E34C is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 68 | 227 | 76 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.11 |
| HSL | 123.02º | 0.74% | 0.58% | - |
| HSV(B) | 123.02º | 0.7% | 0.89% | - |
| XYZ | 31.16 | 56.69 | 16.14 | - |
| YUV | 162.25 | 79.32 | 60.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 227 | 76 | 0.70 | 0 | 0.67 | 0.11 | 123.02 | 0.74 | 0.58 |
| Hex | 44 | E3 | 4C | 46 | 0 | 43 | B | 7B | 4A | 3A |
| Octal | 104 | 343 | 114 | 106 | 0 | 103 | 13 | 173 | 112 | 72 |
| Binary | 1000100 | 11100011 | 1001100 | 1000110 | 0 | 1000011 | 1011 | 1111011 | 1001010 | 111010 |
Color Harmonies of #44E34C
Complementary color
Monochromatic Colors of #44E34C
Black with #44E34C
Text Example
Text Example
White with #44E34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E34C; }
p { color: rgb(68,227,76); }
H1.HeaderClassName
{
color: #44E34C;
}
.AnyTagClassName
{
color: #44E34C;
}
</style>
background-color css
<style>
a { background-color: #44E34C; }
a { background-color: rgb(68,227,76); }
div.DivClassName
{
background-color: #44E34C;
}
.BgClassName
{
background-color: #44E34C;
}
</style>
border-color css
<style>
span { border-color: #44E34C; }
span { border-color: rgb(68,227,76); }
td.TdClassName
{
border-color: #44E34C;
}
.TagClassName
{
border-color: #44E34C;
}
</style>