Shades of Lime Green #44F242
Tints of Lime Green #44F242
RGB
CMYK
RGB Variations
Color information
#44F242 (or 0x44F242) is known color: Lime Green. HEX triplet: 44, F2 and 42. RGB value is (68,242,66). Sum of RGB (Red+Green+Blue) = 68+242+66=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 242 (94.92% from 255 or 64.36% from 376); Blue value is 66 (26.17% from 255 or 17.55% from 376); Max value from RGB is 242 - color contains mainly: green. Hex color #44F242 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F242 is #BB0DBD. Grayscale: #AAAAAA. Windows color (decimal): -12258750 or 4387396. OLE color: 4387396.
HSL color Cylindrical-coordinate representation of color #44F242: hue angle of 119.32º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F242 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 66 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.05 |
| HSL | 119.32º | 0.87% | 0.6% | - |
| HSV(B) | 119.32º | 0.73% | 0.95% | - |
| XYZ | 35.12 | 65.13 | 15.87 | - |
| YUV | 169.91 | 69.35 | 55.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 66 | 0.72 | 0 | 0.73 | 0.05 | 119.32 | 0.87 | 0.6 |
| Hex | 44 | F2 | 42 | 48 | 0 | 49 | 5 | 77 | 57 | 3C |
| Octal | 104 | 362 | 102 | 110 | 0 | 111 | 5 | 167 | 127 | 74 |
| Binary | 1000100 | 11110010 | 1000010 | 1001000 | 0 | 1001001 | 101 | 1110111 | 1010111 | 111100 |
Color Harmonies of #44F242
Complementary color
Monochromatic Colors of #44F242
Black with #44F242
Text Example
Text Example
White with #44F242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F242; }
p { color: rgb(68,242,66); }
H1.HeaderClassName
{
color: #44F242;
}
.AnyTagClassName
{
color: #44F242;
}
</style>
background-color css
<style>
a { background-color: #44F242; }
a { background-color: rgb(68,242,66); }
div.DivClassName
{
background-color: #44F242;
}
.BgClassName
{
background-color: #44F242;
}
</style>
border-color css
<style>
span { border-color: #44F242; }
span { border-color: rgb(68,242,66); }
td.TdClassName
{
border-color: #44F242;
}
.TagClassName
{
border-color: #44F242;
}
</style>