Shades of Lime Green #34D249
Tints of Lime Green #34D249
RGB
CMYK
RGB Variations
Color information
#34D249 (or 0x34D249) is known color: Lime Green. HEX triplet: 34, D2 and 49. RGB value is (52,210,73). Sum of RGB (Red+Green+Blue) = 52+210+73=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 210 (82.42% from 255 or 62.69% from 335); Blue value is 73 (28.91% from 255 or 21.79% from 335); Max value from RGB is 210 - color contains mainly: green. Hex color #34D249 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D249 is #CB2DB6. Grayscale: #939393. Windows color (decimal): -13315511 or 4837940. OLE color: 4837940.
HSL color Cylindrical-coordinate representation of color #34D249: hue angle of 127.97º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D249 is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 73 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.18 |
| HSL | 127.97º | 0.64% | 0.51% | - |
| HSV(B) | 127.97º | 0.75% | 0.82% | - |
| XYZ | 25.67 | 47.3 | 14.08 | - |
| YUV | 147.14 | 86.15 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 73 | 0.75 | 0 | 0.65 | 0.18 | 127.97 | 0.64 | 0.51 |
| Hex | 34 | D2 | 49 | 4B | 0 | 41 | 12 | 80 | 40 | 33 |
| Octal | 64 | 322 | 111 | 113 | 0 | 101 | 22 | 200 | 100 | 63 |
| Binary | 110100 | 11010010 | 1001001 | 1001011 | 0 | 1000001 | 10010 | 10000000 | 1000000 | 110011 |
Color Harmonies of #34D249
Complementary color
Monochromatic Colors of #34D249
Black with #34D249
Text Example
Text Example
White with #34D249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D249; }
p { color: rgb(52,210,73); }
H1.HeaderClassName
{
color: #34D249;
}
.AnyTagClassName
{
color: #34D249;
}
</style>
background-color css
<style>
a { background-color: #34D249; }
a { background-color: rgb(52,210,73); }
div.DivClassName
{
background-color: #34D249;
}
.BgClassName
{
background-color: #34D249;
}
</style>
border-color css
<style>
span { border-color: #34D249; }
span { border-color: rgb(52,210,73); }
td.TdClassName
{
border-color: #34D249;
}
.TagClassName
{
border-color: #34D249;
}
</style>