Shades of Lime Green #44F834
Tints of Lime Green #44F834
RGB
CMYK
RGB Variations
Color information
#44F834 (or 0x44F834) is known color: Lime Green. HEX triplet: 44, F8 and 34. RGB value is (68,248,52). Sum of RGB (Red+Green+Blue) = 68+248+52=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 248 (97.27% from 255 or 67.39% from 368); Blue value is 52 (20.70% from 255 or 14.13% from 368); Max value from RGB is 248 - color contains mainly: green. Hex color #44F834 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44F834 is #BB07CB. Grayscale: #ACACAC. Windows color (decimal): -12257228 or 3471428. OLE color: 3471428.
HSL color Cylindrical-coordinate representation of color #44F834: hue angle of 115.1º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #44F834 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 248 | 52 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.03 |
| HSL | 115.1º | 0.93% | 0.59% | - |
| HSV(B) | 115.1º | 0.79% | 0.97% | - |
| XYZ | 36.57 | 68.61 | 14.56 | - |
| YUV | 171.84 | 60.37 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 248 | 52 | 0.73 | 0 | 0.79 | 0.03 | 115.1 | 0.93 | 0.59 |
| Hex | 44 | F8 | 34 | 49 | 0 | 4F | 3 | 73 | 5D | 3B |
| Octal | 104 | 370 | 64 | 111 | 0 | 117 | 3 | 163 | 135 | 73 |
| Binary | 1000100 | 11111000 | 110100 | 1001001 | 0 | 1001111 | 11 | 1110011 | 1011101 | 111011 |
Color Harmonies of #44F834
Complementary color
Monochromatic Colors of #44F834
Black with #44F834
Text Example
Text Example
White with #44F834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F834; }
p { color: rgb(68,248,52); }
H1.HeaderClassName
{
color: #44F834;
}
.AnyTagClassName
{
color: #44F834;
}
</style>
background-color css
<style>
a { background-color: #44F834; }
a { background-color: rgb(68,248,52); }
div.DivClassName
{
background-color: #44F834;
}
.BgClassName
{
background-color: #44F834;
}
</style>
border-color css
<style>
span { border-color: #44F834; }
span { border-color: rgb(68,248,52); }
td.TdClassName
{
border-color: #44F834;
}
.TagClassName
{
border-color: #44F834;
}
</style>