Shades of Lime Green #44FF34
Tints of Lime Green #44FF34
RGB
CMYK
RGB Variations
Color information
#44FF34 (or 0x44FF34) is known color: Lime Green. HEX triplet: 44, FF and 34. RGB value is (68,255,52). Sum of RGB (Red+Green+Blue) = 68+255+52=375 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.13% from 375); Green value is 255 (100% from 255 or 68% from 375); Blue value is 52 (20.70% from 255 or 13.87% from 375); Max value from RGB is 255 - color contains mainly: green. Hex color #44FF34 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #44FF34 is #BB00CB. Grayscale: #B0B0B0. Windows color (decimal): -12255436 or 3473220. OLE color: 3473220.
HSL color Cylindrical-coordinate representation of color #44FF34: hue angle of 115.27º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44FF34 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 68 | 255 | 52 | - |
| CMYK | 0.73 | 0 | 0.80 | 0 |
| HSL | 115.27º | 1% | 0.6% | - |
| HSV(B) | 115.27º | 0.8% | 1% | - |
| XYZ | 38.76 | 73 | 15.3 | - |
| YUV | 175.95 | 58.05 | 51.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 255 | 52 | 0.73 | 0 | 0.80 | 0 | 115.27 | 1 | 0.6 |
| Hex | 44 | FF | 34 | 49 | 0 | 50 | 0 | 73 | 64 | 3C |
| Octal | 104 | 377 | 64 | 111 | 0 | 120 | 0 | 163 | 144 | 74 |
| Binary | 1000100 | 11111111 | 110100 | 1001001 | 0 | 1010000 | 0 | 1110011 | 1100100 | 111100 |
Color Harmonies of #44FF34
Complementary color
Monochromatic Colors of #44FF34
Black with #44FF34
Text Example
Text Example
White with #44FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FF34; }
p { color: rgb(68,255,52); }
H1.HeaderClassName
{
color: #44FF34;
}
.AnyTagClassName
{
color: #44FF34;
}
</style>
background-color css
<style>
a { background-color: #44FF34; }
a { background-color: rgb(68,255,52); }
div.DivClassName
{
background-color: #44FF34;
}
.BgClassName
{
background-color: #44FF34;
}
</style>
border-color css
<style>
span { border-color: #44FF34; }
span { border-color: rgb(68,255,52); }
td.TdClassName
{
border-color: #44FF34;
}
.TagClassName
{
border-color: #44FF34;
}
</style>