Shades of Lime Green #44BA35
Tints of Lime Green #44BA35
RGB
CMYK
RGB Variations
Color information
#44BA35 (or 0x44BA35) is known color: Lime Green. HEX triplet: 44, BA and 35. RGB value is (68,186,53). Sum of RGB (Red+Green+Blue) = 68+186+53=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 53 (21.09% from 255 or 17.26% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #44BA35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BA35 is #BB45CA. Grayscale: #878787. Windows color (decimal): -12273099 or 3521092. OLE color: 3521092.
HSL color Cylindrical-coordinate representation of color #44BA35: hue angle of 113.23º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44BA35 is Cyan = 0.63, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 186 | 53 | - |
| CMYK | 0.63 | 0 | 0.72 | 0.27 |
| HSL | 113.23º | 0.56% | 0.47% | - |
| HSV(B) | 113.23º | 0.72% | 0.73% | - |
| XYZ | 20.59 | 36.6 | 9.35 | - |
| YUV | 135.56 | 81.41 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 186 | 53 | 0.63 | 0 | 0.72 | 0.27 | 113.23 | 0.56 | 0.47 |
| Hex | 44 | BA | 35 | 3F | 0 | 48 | 1B | 71 | 38 | 2F |
| Octal | 104 | 272 | 65 | 77 | 0 | 110 | 33 | 161 | 70 | 57 |
| Binary | 1000100 | 10111010 | 110101 | 111111 | 0 | 1001000 | 11011 | 1110001 | 111000 | 101111 |
Color Harmonies of #44BA35
Complementary color
Monochromatic Colors of #44BA35
Black with #44BA35
Text Example
Text Example
White with #44BA35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BA35; }
p { color: rgb(68,186,53); }
H1.HeaderClassName
{
color: #44BA35;
}
.AnyTagClassName
{
color: #44BA35;
}
</style>
background-color css
<style>
a { background-color: #44BA35; }
a { background-color: rgb(68,186,53); }
div.DivClassName
{
background-color: #44BA35;
}
.BgClassName
{
background-color: #44BA35;
}
</style>
border-color css
<style>
span { border-color: #44BA35; }
span { border-color: rgb(68,186,53); }
td.TdClassName
{
border-color: #44BA35;
}
.TagClassName
{
border-color: #44BA35;
}
</style>