Shades of Lime Green #44BC34
Tints of Lime Green #44BC34
RGB
CMYK
RGB Variations
Color information
#44BC34 (or 0x44BC34) is known color: Lime Green. HEX triplet: 44, BC and 34. RGB value is (68,188,52). Sum of RGB (Red+Green+Blue) = 68+188+52=308 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.08% from 308); Green value is 188 (73.83% from 255 or 61.04% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 188 - color contains mainly: green. Hex color #44BC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44BC34 is #BB43CB. Grayscale: #898989. Windows color (decimal): -12272588 or 3456068. OLE color: 3456068.
HSL color Cylindrical-coordinate representation of color #44BC34: hue angle of 112.94º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44BC34 is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 68 | 188 | 52 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.26 |
| HSL | 112.94º | 0.57% | 0.47% | - |
| HSV(B) | 112.94º | 0.72% | 0.74% | - |
| XYZ | 20.99 | 37.44 | 9.37 | - |
| YUV | 136.62 | 80.24 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 188 | 52 | 0.64 | 0 | 0.72 | 0.26 | 112.94 | 0.57 | 0.47 |
| Hex | 44 | BC | 34 | 40 | 0 | 48 | 1A | 71 | 39 | 2F |
| Octal | 104 | 274 | 64 | 100 | 0 | 110 | 32 | 161 | 71 | 57 |
| Binary | 1000100 | 10111100 | 110100 | 1000000 | 0 | 1001000 | 11010 | 1110001 | 111001 | 101111 |
Color Harmonies of #44BC34
Complementary color
Monochromatic Colors of #44BC34
Black with #44BC34
Text Example
Text Example
White with #44BC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44BC34; }
p { color: rgb(68,188,52); }
H1.HeaderClassName
{
color: #44BC34;
}
.AnyTagClassName
{
color: #44BC34;
}
</style>
background-color css
<style>
a { background-color: #44BC34; }
a { background-color: rgb(68,188,52); }
div.DivClassName
{
background-color: #44BC34;
}
.BgClassName
{
background-color: #44BC34;
}
</style>
border-color css
<style>
span { border-color: #44BC34; }
span { border-color: rgb(68,188,52); }
td.TdClassName
{
border-color: #44BC34;
}
.TagClassName
{
border-color: #44BC34;
}
</style>