Shades of Lime Green #44BA30
Tints of Lime Green #44BA30
RGB
CMYK
RGB Variations
Color information
#44BA30 (or 0x44BA30) is known color: Lime Green. HEX triplet: 44, BA and 30. RGB value is (68,186,48). Sum of RGB (Red+Green+Blue) = 68+186+48=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 186 (73.05% from 255 or 61.59% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA30 is #BB45CF. Grayscale: #878787. Windows color (decimal): -12273104 or 3193412. OLE color: 3193412.
HSL color Cylindrical-coordinate representation of color #44BA30: hue angle of 111.3º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #44BA30 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 186 | 48 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.27 |
| HSL | 111.3º | 0.59% | 0.46% | - |
| HSV(B) | 111.3º | 0.74% | 0.73% | - |
| XYZ | 20.48 | 36.56 | 8.77 | - |
| YUV | 134.99 | 78.91 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 48 | 0.63 | 0 | 0.74 | 0.27 | 111.3 | 0.59 | 0.46 |
| Hex | 44 | BA | 30 | 3F | 0 | 4A | 1B | 6F | 3B | 2E |
| Octal | 104 | 272 | 60 | 77 | 0 | 112 | 33 | 157 | 73 | 56 |
| Binary | 1000100 | 10111010 | 110000 | 111111 | 0 | 1001010 | 11011 | 1101111 | 111011 | 101110 |
Color Harmonies of #44BA30
Complementary color
Monochromatic Colors of #44BA30
Black with #44BA30
Text Example
Text Example
White with #44BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BA30; }
p { color: rgb(68,186,48); }
H1.HeaderClassName
{
color: #44BA30;
}
.AnyTagClassName
{
color: #44BA30;
}
</style>
background-color css
<style>
a { background-color: #44BA30; }
a { background-color: rgb(68,186,48); }
div.DivClassName
{
background-color: #44BA30;
}
.BgClassName
{
background-color: #44BA30;
}
</style>
border-color css
<style>
span { border-color: #44BA30; }
span { border-color: rgb(68,186,48); }
td.TdClassName
{
border-color: #44BA30;
}
.TagClassName
{
border-color: #44BA30;
}
</style>