Shades of Lime Green #44BE32
Tints of Lime Green #44BE32
RGB
CMYK
RGB Variations
Color information
#44BE32 (or 0x44BE32) is known color: Lime Green. HEX triplet: 44, BE and 32. RGB value is (68,190,50). Sum of RGB (Red+Green+Blue) = 68+190+50=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 190 (74.61% from 255 or 61.69% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 190 - color contains mainly: green. Hex color #44BE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BE32 is #BB41CD. Grayscale: #8A8A8A. Windows color (decimal): -12272078 or 3325508. OLE color: 3325508.
HSL color Cylindrical-coordinate representation of color #44BE32: hue angle of 112.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44BE32 is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 190 | 50 | - |
| CMYK | 0.64 | 0 | 0.74 | 0.25 |
| HSL | 112.29º | 0.58% | 0.47% | - |
| HSV(B) | 112.29º | 0.74% | 0.75% | - |
| XYZ | 21.37 | 38.29 | 9.28 | - |
| YUV | 137.56 | 78.58 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 50 | 0.64 | 0 | 0.74 | 0.25 | 112.29 | 0.58 | 0.47 |
| Hex | 44 | BE | 32 | 40 | 0 | 4A | 19 | 70 | 3A | 2F |
| Octal | 104 | 276 | 62 | 100 | 0 | 112 | 31 | 160 | 72 | 57 |
| Binary | 1000100 | 10111110 | 110010 | 1000000 | 0 | 1001010 | 11001 | 1110000 | 111010 | 101111 |
Color Harmonies of #44BE32
Complementary color
Monochromatic Colors of #44BE32
Black with #44BE32
Text Example
Text Example
White with #44BE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BE32; }
p { color: rgb(68,190,50); }
H1.HeaderClassName
{
color: #44BE32;
}
.AnyTagClassName
{
color: #44BE32;
}
</style>
background-color css
<style>
a { background-color: #44BE32; }
a { background-color: rgb(68,190,50); }
div.DivClassName
{
background-color: #44BE32;
}
.BgClassName
{
background-color: #44BE32;
}
</style>
border-color css
<style>
span { border-color: #44BE32; }
span { border-color: rgb(68,190,50); }
td.TdClassName
{
border-color: #44BE32;
}
.TagClassName
{
border-color: #44BE32;
}
</style>