Shades of Lime Green #44F237
Tints of Lime Green #44F237
RGB
CMYK
RGB Variations
Color information
#44F237 (or 0x44F237) is known color: Lime Green. HEX triplet: 44, F2 and 37. RGB value is (68,242,55). Sum of RGB (Red+Green+Blue) = 68+242+55=365 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.63% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 55 (21.88% from 255 or 15.07% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #44F237 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F237 is #BB0DC8. Grayscale: #A9A9A9. Windows color (decimal): -12258761 or 3666500. OLE color: 3666500.
HSL color Cylindrical-coordinate representation of color #44F237: hue angle of 115.83º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #44F237 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 55 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.05 |
| HSL | 115.83º | 0.88% | 0.58% | - |
| HSV(B) | 115.83º | 0.77% | 0.95% | - |
| XYZ | 34.83 | 65.01 | 14.33 | - |
| YUV | 168.66 | 63.85 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 55 | 0.72 | 0 | 0.77 | 0.05 | 115.83 | 0.88 | 0.58 |
| Hex | 44 | F2 | 37 | 48 | 0 | 4D | 5 | 74 | 58 | 3A |
| Octal | 104 | 362 | 67 | 110 | 0 | 115 | 5 | 164 | 130 | 72 |
| Binary | 1000100 | 11110010 | 110111 | 1001000 | 0 | 1001101 | 101 | 1110100 | 1011000 | 111010 |
Color Harmonies of #44F237
Complementary color
Monochromatic Colors of #44F237
Black with #44F237
Text Example
Text Example
White with #44F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F237; }
p { color: rgb(68,242,55); }
H1.HeaderClassName
{
color: #44F237;
}
.AnyTagClassName
{
color: #44F237;
}
</style>
background-color css
<style>
a { background-color: #44F237; }
a { background-color: rgb(68,242,55); }
div.DivClassName
{
background-color: #44F237;
}
.BgClassName
{
background-color: #44F237;
}
</style>
border-color css
<style>
span { border-color: #44F237; }
span { border-color: rgb(68,242,55); }
td.TdClassName
{
border-color: #44F237;
}
.TagClassName
{
border-color: #44F237;
}
</style>