Shades of Lime Green #44BB3B
Tints of Lime Green #44BB3B
RGB
CMYK
RGB Variations
Color information
#44BB3B (or 0x44BB3B) is known color: Lime Green. HEX triplet: 44, BB and 3B. RGB value is (68,187,59). Sum of RGB (Red+Green+Blue) = 68+187+59=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 187 (73.44% from 255 or 59.55% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB3B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BB3B is #BB44C4. Grayscale: #898989. Windows color (decimal): -12272837 or 3914564. OLE color: 3914564.
HSL color Cylindrical-coordinate representation of color #44BB3B: hue angle of 115.78º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44BB3B is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 187 | 59 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.27 |
| HSL | 115.78º | 0.52% | 0.48% | - |
| HSV(B) | 115.78º | 0.68% | 0.73% | - |
| XYZ | 20.94 | 37.09 | 10.19 | - |
| YUV | 136.83 | 84.08 | 78.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 187 | 59 | 0.64 | 0 | 0.68 | 0.27 | 115.78 | 0.52 | 0.48 |
| Hex | 44 | BB | 3B | 40 | 0 | 44 | 1B | 74 | 34 | 30 |
| Octal | 104 | 273 | 73 | 100 | 0 | 104 | 33 | 164 | 64 | 60 |
| Binary | 1000100 | 10111011 | 111011 | 1000000 | 0 | 1000100 | 11011 | 1110100 | 110100 | 110000 |
Color Harmonies of #44BB3B
Complementary color
Monochromatic Colors of #44BB3B
Black with #44BB3B
Text Example
Text Example
White with #44BB3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BB3B; }
p { color: rgb(68,187,59); }
H1.HeaderClassName
{
color: #44BB3B;
}
.AnyTagClassName
{
color: #44BB3B;
}
</style>
background-color css
<style>
a { background-color: #44BB3B; }
a { background-color: rgb(68,187,59); }
div.DivClassName
{
background-color: #44BB3B;
}
.BgClassName
{
background-color: #44BB3B;
}
</style>
border-color css
<style>
span { border-color: #44BB3B; }
span { border-color: rgb(68,187,59); }
td.TdClassName
{
border-color: #44BB3B;
}
.TagClassName
{
border-color: #44BB3B;
}
</style>