Shades of Lime Green #34BA44
Tints of Lime Green #34BA44
RGB
CMYK
RGB Variations
Color information
#34BA44 (or 0x34BA44) is known color: Lime Green. HEX triplet: 34, BA and 44. RGB value is (52,186,68). Sum of RGB (Red+Green+Blue) = 52+186+68=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 186 (73.05% from 255 or 60.78% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA44 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BA44 is #CB45BB. Grayscale: #848484. Windows color (decimal): -13321660 or 4504116. OLE color: 4504116.
HSL color Cylindrical-coordinate representation of color #34BA44: hue angle of 127.16º 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 #34BA44 is Cyan = 0.72, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 186 | 68 | - |
| CMYK | 0.72 | 0 | 0.63 | 0.27 |
| HSL | 127.16º | 0.56% | 0.47% | - |
| HSV(B) | 127.16º | 0.72% | 0.73% | - |
| XYZ | 20.02 | 36.27 | 11.41 | - |
| YUV | 132.48 | 91.61 | 70.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 186 | 68 | 0.72 | 0 | 0.63 | 0.27 | 127.16 | 0.56 | 0.47 |
| Hex | 34 | BA | 44 | 48 | 0 | 3F | 1B | 7F | 38 | 2F |
| Octal | 64 | 272 | 104 | 110 | 0 | 77 | 33 | 177 | 70 | 57 |
| Binary | 110100 | 10111010 | 1000100 | 1001000 | 0 | 111111 | 11011 | 1111111 | 111000 | 101111 |
Color Harmonies of #34BA44
Complementary color
Monochromatic Colors of #34BA44
Black with #34BA44
Text Example
Text Example
White with #34BA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BA44; }
p { color: rgb(52,186,68); }
H1.HeaderClassName
{
color: #34BA44;
}
.AnyTagClassName
{
color: #34BA44;
}
</style>
background-color css
<style>
a { background-color: #34BA44; }
a { background-color: rgb(52,186,68); }
div.DivClassName
{
background-color: #34BA44;
}
.BgClassName
{
background-color: #34BA44;
}
</style>
border-color css
<style>
span { border-color: #34BA44; }
span { border-color: rgb(52,186,68); }
td.TdClassName
{
border-color: #34BA44;
}
.TagClassName
{
border-color: #34BA44;
}
</style>