Shades of Lime Green #44F233
Tints of Lime Green #44F233
RGB
CMYK
RGB Variations
Color information
#44F233 (or 0x44F233) is known color: Lime Green. HEX triplet: 44, F2 and 33. RGB value is (68,242,51). Sum of RGB (Red+Green+Blue) = 68+242+51=361 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.84% from 361); Green value is 242 (94.92% from 255 or 67.04% from 361); Blue value is 51 (20.31% from 255 or 14.13% from 361); Max value from RGB is 242 - color contains mainly: green. Hex color #44F233 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F233 is #BB0DCC. Grayscale: #A8A8A8. Windows color (decimal): -12258765 or 3404356. OLE color: 3404356.
HSL color Cylindrical-coordinate representation of color #44F233: hue angle of 114.66º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44F233 is Cyan = 0.72, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 242 | 51 | - |
| CMYK | 0.72 | 0 | 0.79 | 0.05 |
| HSL | 114.66º | 0.88% | 0.57% | - |
| HSV(B) | 114.66º | 0.79% | 0.95% | - |
| XYZ | 34.73 | 64.97 | 13.84 | - |
| YUV | 168.2 | 61.85 | 56.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 242 | 51 | 0.72 | 0 | 0.79 | 0.05 | 114.66 | 0.88 | 0.57 |
| Hex | 44 | F2 | 33 | 48 | 0 | 4F | 5 | 73 | 58 | 39 |
| Octal | 104 | 362 | 63 | 110 | 0 | 117 | 5 | 163 | 130 | 71 |
| Binary | 1000100 | 11110010 | 110011 | 1001000 | 0 | 1001111 | 101 | 1110011 | 1011000 | 111001 |
Color Harmonies of #44F233
Complementary color
Monochromatic Colors of #44F233
Black with #44F233
Text Example
Text Example
White with #44F233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F233; }
p { color: rgb(68,242,51); }
H1.HeaderClassName
{
color: #44F233;
}
.AnyTagClassName
{
color: #44F233;
}
</style>
background-color css
<style>
a { background-color: #44F233; }
a { background-color: rgb(68,242,51); }
div.DivClassName
{
background-color: #44F233;
}
.BgClassName
{
background-color: #44F233;
}
</style>
border-color css
<style>
span { border-color: #44F233; }
span { border-color: rgb(68,242,51); }
td.TdClassName
{
border-color: #44F233;
}
.TagClassName
{
border-color: #44F233;
}
</style>