Shades of Lime Green #44CF47
Tints of Lime Green #44CF47
RGB
CMYK
RGB Variations
Color information
#44CF47 (or 0x44CF47) is known color: Lime Green. HEX triplet: 44, CF and 47. RGB value is (68,207,71). Sum of RGB (Red+Green+Blue) = 68+207+71=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 71 (28.12% from 255 or 20.52% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #44CF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44CF47 is #BB30B8. Grayscale: #969696. Windows color (decimal): -12267705 or 4706116. OLE color: 4706116.
HSL color Cylindrical-coordinate representation of color #44CF47: hue angle of 121.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44CF47 is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 68 | 207 | 71 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.19 |
| HSL | 121.3º | 0.59% | 0.54% | - |
| HSV(B) | 121.3º | 0.67% | 0.81% | - |
| XYZ | 25.83 | 46.31 | 13.54 | - |
| YUV | 149.94 | 83.45 | 69.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 207 | 71 | 0.67 | 0 | 0.66 | 0.19 | 121.3 | 0.59 | 0.54 |
| Hex | 44 | CF | 47 | 43 | 0 | 42 | 13 | 79 | 3B | 36 |
| Octal | 104 | 317 | 107 | 103 | 0 | 102 | 23 | 171 | 73 | 66 |
| Binary | 1000100 | 11001111 | 1000111 | 1000011 | 0 | 1000010 | 10011 | 1111001 | 111011 | 110110 |
Color Harmonies of #44CF47
Complementary color
Monochromatic Colors of #44CF47
Black with #44CF47
Text Example
Text Example
White with #44CF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CF47; }
p { color: rgb(68,207,71); }
H1.HeaderClassName
{
color: #44CF47;
}
.AnyTagClassName
{
color: #44CF47;
}
</style>
background-color css
<style>
a { background-color: #44CF47; }
a { background-color: rgb(68,207,71); }
div.DivClassName
{
background-color: #44CF47;
}
.BgClassName
{
background-color: #44CF47;
}
</style>
border-color css
<style>
span { border-color: #44CF47; }
span { border-color: rgb(68,207,71); }
td.TdClassName
{
border-color: #44CF47;
}
.TagClassName
{
border-color: #44CF47;
}
</style>