Shades of Lime Green #44BB35
Tints of Lime Green #44BB35
RGB
CMYK
RGB Variations
Color information
#44BB35 (or 0x44BB35) is known color: Lime Green. HEX triplet: 44, BB and 35. RGB value is (68,187,53). Sum of RGB (Red+Green+Blue) = 68+187+53=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 187 (73.44% from 255 or 60.71% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 187 - color contains mainly: green. Hex color #44BB35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BB35 is #BB44CA. Grayscale: #888888. Windows color (decimal): -12272843 or 3521348. OLE color: 3521348.
HSL color Cylindrical-coordinate representation of color #44BB35: hue angle of 113.28º 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 #44BB35 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 68 | 187 | 53 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.27 |
| HSL | 113.28º | 0.56% | 0.47% | - |
| HSV(B) | 113.28º | 0.72% | 0.73% | - |
| XYZ | 20.8 | 37.03 | 9.42 | - |
| YUV | 136.14 | 81.08 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 187 | 53 | 0.64 | 0 | 0.72 | 0.27 | 113.28 | 0.56 | 0.47 |
| Hex | 44 | BB | 35 | 40 | 0 | 48 | 1B | 71 | 38 | 2F |
| Octal | 104 | 273 | 65 | 100 | 0 | 110 | 33 | 161 | 70 | 57 |
| Binary | 1000100 | 10111011 | 110101 | 1000000 | 0 | 1001000 | 11011 | 1110001 | 111000 | 101111 |
Color Harmonies of #44BB35
Complementary color
Monochromatic Colors of #44BB35
Black with #44BB35
Text Example
Text Example
White with #44BB35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BB35; }
p { color: rgb(68,187,53); }
H1.HeaderClassName
{
color: #44BB35;
}
.AnyTagClassName
{
color: #44BB35;
}
</style>
background-color css
<style>
a { background-color: #44BB35; }
a { background-color: rgb(68,187,53); }
div.DivClassName
{
background-color: #44BB35;
}
.BgClassName
{
background-color: #44BB35;
}
</style>
border-color css
<style>
span { border-color: #44BB35; }
span { border-color: rgb(68,187,53); }
td.TdClassName
{
border-color: #44BB35;
}
.TagClassName
{
border-color: #44BB35;
}
</style>