Shades of Lime Green #44C951
Tints of Lime Green #44C951
RGB
CMYK
RGB Variations
Color information
#44C951 (or 0x44C951) is known color: Lime Green. HEX triplet: 44, C9 and 51. RGB value is (68,201,81). Sum of RGB (Red+Green+Blue) = 68+201+81=350 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.43% from 350); Green value is 201 (78.91% from 255 or 57.43% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 201 - color contains mainly: green. Hex color #44C951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C951 is #BB36AE. Grayscale: #939393. Windows color (decimal): -12269231 or 5359940. OLE color: 5359940.
HSL color Cylindrical-coordinate representation of color #44C951: hue angle of 125.86º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C951 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 201 | 81 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.21 |
| HSL | 125.86º | 0.55% | 0.53% | - |
| HSV(B) | 125.86º | 0.66% | 0.79% | - |
| XYZ | 24.76 | 43.6 | 14.89 | - |
| YUV | 147.55 | 90.44 | 71.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 201 | 81 | 0.66 | 0 | 0.60 | 0.21 | 125.86 | 0.55 | 0.53 |
| Hex | 44 | C9 | 51 | 42 | 0 | 3C | 15 | 7E | 37 | 35 |
| Octal | 104 | 311 | 121 | 102 | 0 | 74 | 25 | 176 | 67 | 65 |
| Binary | 1000100 | 11001001 | 1010001 | 1000010 | 0 | 111100 | 10101 | 1111110 | 110111 | 110101 |
Color Harmonies of #44C951
Complementary color
Monochromatic Colors of #44C951
Black with #44C951
Text Example
Text Example
White with #44C951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44C951; }
p { color: rgb(68,201,81); }
H1.HeaderClassName
{
color: #44C951;
}
.AnyTagClassName
{
color: #44C951;
}
</style>
background-color css
<style>
a { background-color: #44C951; }
a { background-color: rgb(68,201,81); }
div.DivClassName
{
background-color: #44C951;
}
.BgClassName
{
background-color: #44C951;
}
</style>
border-color css
<style>
span { border-color: #44C951; }
span { border-color: rgb(68,201,81); }
td.TdClassName
{
border-color: #44C951;
}
.TagClassName
{
border-color: #44C951;
}
</style>