Shades of Lime Green #44BB41
Tints of Lime Green #44BB41
RGB
CMYK
RGB Variations
Color information
#44BB41 (or 0x44BB41) is known color: Lime Green. HEX triplet: 44, BB and 41. RGB value is (68,187,65). Sum of RGB (Red+Green+Blue) = 68+187+65=320 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.25% from 320); Green value is 187 (73.44% from 255 or 58.44% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BB41 is #BB44BE. Grayscale: #898989. Windows color (decimal): -12272831 or 4307780. OLE color: 4307780.
HSL color Cylindrical-coordinate representation of color #44BB41: hue angle of 118.52º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44BB41 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 187 | 65 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.27 |
| HSL | 118.52º | 0.48% | 0.49% | - |
| HSV(B) | 118.52º | 0.65% | 0.73% | - |
| XYZ | 21.11 | 37.15 | 11.06 | - |
| YUV | 137.51 | 87.08 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 187 | 65 | 0.64 | 0 | 0.65 | 0.27 | 118.52 | 0.48 | 0.49 |
| Hex | 44 | BB | 41 | 40 | 0 | 41 | 1B | 77 | 30 | 31 |
| Octal | 104 | 273 | 101 | 100 | 0 | 101 | 33 | 167 | 60 | 61 |
| Binary | 1000100 | 10111011 | 1000001 | 1000000 | 0 | 1000001 | 11011 | 1110111 | 110000 | 110001 |
Color Harmonies of #44BB41
Complementary color
Monochromatic Colors of #44BB41
Black with #44BB41
Text Example
Text Example
White with #44BB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BB41; }
p { color: rgb(68,187,65); }
H1.HeaderClassName
{
color: #44BB41;
}
.AnyTagClassName
{
color: #44BB41;
}
</style>
background-color css
<style>
a { background-color: #44BB41; }
a { background-color: rgb(68,187,65); }
div.DivClassName
{
background-color: #44BB41;
}
.BgClassName
{
background-color: #44BB41;
}
</style>
border-color css
<style>
span { border-color: #44BB41; }
span { border-color: rgb(68,187,65); }
td.TdClassName
{
border-color: #44BB41;
}
.TagClassName
{
border-color: #44BB41;
}
</style>