Shades of Lime Green #44BE43
Tints of Lime Green #44BE43
RGB
CMYK
RGB Variations
Color information
#44BE43 (or 0x44BE43) is known color: Lime Green. HEX triplet: 44, BE and 43. RGB value is (68,190,67). Sum of RGB (Red+Green+Blue) = 68+190+67=325 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.92% from 325); Green value is 190 (74.61% from 255 or 58.46% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 190 - color contains mainly: green. Hex color #44BE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BE43 is #BB41BC. Grayscale: #8B8B8B. Windows color (decimal): -12272061 or 4439620. OLE color: 4439620.
HSL color Cylindrical-coordinate representation of color #44BE43: hue angle of 119.51º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44BE43 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 190 | 67 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.25 |
| HSL | 119.51º | 0.49% | 0.5% | - |
| HSV(B) | 119.51º | 0.65% | 0.75% | - |
| XYZ | 21.81 | 38.46 | 11.58 | - |
| YUV | 139.5 | 87.08 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 67 | 0.64 | 0 | 0.65 | 0.25 | 119.51 | 0.49 | 0.5 |
| Hex | 44 | BE | 43 | 40 | 0 | 41 | 19 | 78 | 31 | 32 |
| Octal | 104 | 276 | 103 | 100 | 0 | 101 | 31 | 170 | 61 | 62 |
| Binary | 1000100 | 10111110 | 1000011 | 1000000 | 0 | 1000001 | 11001 | 1111000 | 110001 | 110010 |
Color Harmonies of #44BE43
Complementary color
Monochromatic Colors of #44BE43
Black with #44BE43
Text Example
Text Example
White with #44BE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BE43; }
p { color: rgb(68,190,67); }
H1.HeaderClassName
{
color: #44BE43;
}
.AnyTagClassName
{
color: #44BE43;
}
</style>
background-color css
<style>
a { background-color: #44BE43; }
a { background-color: rgb(68,190,67); }
div.DivClassName
{
background-color: #44BE43;
}
.BgClassName
{
background-color: #44BE43;
}
</style>
border-color css
<style>
span { border-color: #44BE43; }
span { border-color: rgb(68,190,67); }
td.TdClassName
{
border-color: #44BE43;
}
.TagClassName
{
border-color: #44BE43;
}
</style>