Shades of Lime Green #44E748
Tints of Lime Green #44E748
RGB
CMYK
RGB Variations
Color information
#44E748 (or 0x44E748) is known color: Lime Green. HEX triplet: 44, E7 and 48. RGB value is (68,231,72). Sum of RGB (Red+Green+Blue) = 68+231+72=371 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.33% from 371); Green value is 231 (90.62% from 255 or 62.26% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 231 - color contains mainly: green. Hex color #44E748 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44E748 is #BB18B7. Grayscale: #A4A4A4. Windows color (decimal): -12261560 or 4777796. OLE color: 4777796.
HSL color Cylindrical-coordinate representation of color #44E748: hue angle of 121.47º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44E748 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 68 | 231 | 72 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.09 |
| HSL | 121.47º | 0.77% | 0.59% | - |
| HSV(B) | 121.47º | 0.71% | 0.91% | - |
| XYZ | 32.13 | 58.85 | 15.8 | - |
| YUV | 164.14 | 76 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 231 | 72 | 0.71 | 0 | 0.69 | 0.09 | 121.47 | 0.77 | 0.59 |
| Hex | 44 | E7 | 48 | 47 | 0 | 45 | 9 | 79 | 4D | 3B |
| Octal | 104 | 347 | 110 | 107 | 0 | 105 | 11 | 171 | 115 | 73 |
| Binary | 1000100 | 11100111 | 1001000 | 1000111 | 0 | 1000101 | 1001 | 1111001 | 1001101 | 111011 |
Color Harmonies of #44E748
Complementary color
Monochromatic Colors of #44E748
Black with #44E748
Text Example
Text Example
White with #44E748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44E748; }
p { color: rgb(68,231,72); }
H1.HeaderClassName
{
color: #44E748;
}
.AnyTagClassName
{
color: #44E748;
}
</style>
background-color css
<style>
a { background-color: #44E748; }
a { background-color: rgb(68,231,72); }
div.DivClassName
{
background-color: #44E748;
}
.BgClassName
{
background-color: #44E748;
}
</style>
border-color css
<style>
span { border-color: #44E748; }
span { border-color: rgb(68,231,72); }
td.TdClassName
{
border-color: #44E748;
}
.TagClassName
{
border-color: #44E748;
}
</style>