Shades of Lime Green #44CA51
Tints of Lime Green #44CA51
RGB
CMYK
RGB Variations
Color information
#44CA51 (or 0x44CA51) is known color: Lime Green. HEX triplet: 44, CA and 51. RGB value is (68,202,81). Sum of RGB (Red+Green+Blue) = 68+202+81=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 202 (79.30% from 255 or 57.55% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 202 - color contains mainly: green. Hex color #44CA51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44CA51 is #BB35AE. Grayscale: #949494. Windows color (decimal): -12268975 or 5360196. OLE color: 5360196.
HSL color Cylindrical-coordinate representation of color #44CA51: hue angle of 125.82º degrees, saturation: 0.56, 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 #44CA51 is Cyan = 0.66, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 68 | 202 | 81 | - |
| CMYK | 0.66 | 0 | 0.60 | 0.21 |
| HSL | 125.82º | 0.56% | 0.53% | - |
| HSV(B) | 125.82º | 0.66% | 0.79% | - |
| XYZ | 24.99 | 44.06 | 14.97 | - |
| YUV | 148.14 | 90.11 | 70.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 202 | 81 | 0.66 | 0 | 0.60 | 0.21 | 125.82 | 0.56 | 0.53 |
| Hex | 44 | CA | 51 | 42 | 0 | 3C | 15 | 7E | 38 | 35 |
| Octal | 104 | 312 | 121 | 102 | 0 | 74 | 25 | 176 | 70 | 65 |
| Binary | 1000100 | 11001010 | 1010001 | 1000010 | 0 | 111100 | 10101 | 1111110 | 111000 | 110101 |
Color Harmonies of #44CA51
Complementary color
Monochromatic Colors of #44CA51
Black with #44CA51
Text Example
Text Example
White with #44CA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44CA51; }
p { color: rgb(68,202,81); }
H1.HeaderClassName
{
color: #44CA51;
}
.AnyTagClassName
{
color: #44CA51;
}
</style>
background-color css
<style>
a { background-color: #44CA51; }
a { background-color: rgb(68,202,81); }
div.DivClassName
{
background-color: #44CA51;
}
.BgClassName
{
background-color: #44CA51;
}
</style>
border-color css
<style>
span { border-color: #44CA51; }
span { border-color: rgb(68,202,81); }
td.TdClassName
{
border-color: #44CA51;
}
.TagClassName
{
border-color: #44CA51;
}
</style>