Shades of Lime Green #34C049
Tints of Lime Green #34C049
RGB
CMYK
RGB Variations
Color information
#34C049 (or 0x34C049) is known color: Lime Green. HEX triplet: 34, C0 and 49. RGB value is (52,192,73). Sum of RGB (Red+Green+Blue) = 52+192+73=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 192 (75.39% from 255 or 60.57% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 192 - color contains mainly: green. Hex color #34C049 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C049 is #CB3FB6. Grayscale: #888888. Windows color (decimal): -13320119 or 4833332. OLE color: 4833332.
HSL color Cylindrical-coordinate representation of color #34C049: hue angle of 129º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C049 is Cyan = 0.73, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 73 | - |
| CMYK | 0.73 | 0 | 0.62 | 0.25 |
| HSL | 129º | 0.57% | 0.48% | - |
| HSV(B) | 129º | 0.73% | 0.75% | - |
| XYZ | 21.47 | 38.91 | 12.68 | - |
| YUV | 136.57 | 92.12 | 67.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 73 | 0.73 | 0 | 0.62 | 0.25 | 129 | 0.57 | 0.48 |
| Hex | 34 | C0 | 49 | 49 | 0 | 3E | 19 | 81 | 39 | 30 |
| Octal | 64 | 300 | 111 | 111 | 0 | 76 | 31 | 201 | 71 | 60 |
| Binary | 110100 | 11000000 | 1001001 | 1001001 | 0 | 111110 | 11001 | 10000001 | 111001 | 110000 |
Color Harmonies of #34C049
Complementary color
Monochromatic Colors of #34C049
Black with #34C049
Text Example
Text Example
White with #34C049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C049; }
p { color: rgb(52,192,73); }
H1.HeaderClassName
{
color: #34C049;
}
.AnyTagClassName
{
color: #34C049;
}
</style>
background-color css
<style>
a { background-color: #34C049; }
a { background-color: rgb(52,192,73); }
div.DivClassName
{
background-color: #34C049;
}
.BgClassName
{
background-color: #34C049;
}
</style>
border-color css
<style>
span { border-color: #34C049; }
span { border-color: rgb(52,192,73); }
td.TdClassName
{
border-color: #34C049;
}
.TagClassName
{
border-color: #34C049;
}
</style>