Shades of Lime Green #44BE30
Tints of Lime Green #44BE30
RGB
CMYK
RGB Variations
Color information
#44BE30 (or 0x44BE30) is known color: Lime Green. HEX triplet: 44, BE and 30. RGB value is (68,190,48). Sum of RGB (Red+Green+Blue) = 68+190+48=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 190 (74.61% from 255 or 62.09% from 306); Blue value is 48 (19.14% from 255 or 15.69% from 306); Max value from RGB is 190 - color contains mainly: green. Hex color #44BE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BE30 is #BB41CF. Grayscale: #898989. Windows color (decimal): -12272080 or 3194436. OLE color: 3194436.
HSL color Cylindrical-coordinate representation of color #44BE30: hue angle of 111.55º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #44BE30 is Cyan = 0.64, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 68 | 190 | 48 | - |
| CMYK | 0.64 | 0 | 0.75 | 0.25 |
| HSL | 111.55º | 0.6% | 0.47% | - |
| HSV(B) | 111.55º | 0.75% | 0.75% | - |
| XYZ | 21.33 | 38.27 | 9.06 | - |
| YUV | 137.33 | 77.58 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 190 | 48 | 0.64 | 0 | 0.75 | 0.25 | 111.55 | 0.6 | 0.47 |
| Hex | 44 | BE | 30 | 40 | 0 | 4B | 19 | 70 | 3C | 2F |
| Octal | 104 | 276 | 60 | 100 | 0 | 113 | 31 | 160 | 74 | 57 |
| Binary | 1000100 | 10111110 | 110000 | 1000000 | 0 | 1001011 | 11001 | 1110000 | 111100 | 101111 |
Color Harmonies of #44BE30
Complementary color
Monochromatic Colors of #44BE30
Black with #44BE30
Text Example
Text Example
White with #44BE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BE30; }
p { color: rgb(68,190,48); }
H1.HeaderClassName
{
color: #44BE30;
}
.AnyTagClassName
{
color: #44BE30;
}
</style>
background-color css
<style>
a { background-color: #44BE30; }
a { background-color: rgb(68,190,48); }
div.DivClassName
{
background-color: #44BE30;
}
.BgClassName
{
background-color: #44BE30;
}
</style>
border-color css
<style>
span { border-color: #44BE30; }
span { border-color: rgb(68,190,48); }
td.TdClassName
{
border-color: #44BE30;
}
.TagClassName
{
border-color: #44BE30;
}
</style>