Shades of Lime Green #34D447
Tints of Lime Green #34D447
RGB
CMYK
RGB Variations
Color information
#34D447 (or 0x34D447) is known color: Lime Green. HEX triplet: 34, D4 and 47. RGB value is (52,212,71). Sum of RGB (Red+Green+Blue) = 52+212+71=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 212 (83.20% from 255 or 63.28% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 212 - color contains mainly: green. Hex color #34D447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D447 is #CB2BB8. Grayscale: #949494. Windows color (decimal): -13315001 or 4707380. OLE color: 4707380.
HSL color Cylindrical-coordinate representation of color #34D447: hue angle of 127.13º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D447 is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 52 | 212 | 71 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.17 |
| HSL | 127.13º | 0.65% | 0.52% | - |
| HSV(B) | 127.13º | 0.75% | 0.83% | - |
| XYZ | 26.1 | 48.27 | 13.9 | - |
| YUV | 148.09 | 84.49 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 212 | 71 | 0.75 | 0 | 0.67 | 0.17 | 127.13 | 0.65 | 0.52 |
| Hex | 34 | D4 | 47 | 4B | 0 | 43 | 11 | 7F | 41 | 34 |
| Octal | 64 | 324 | 107 | 113 | 0 | 103 | 21 | 177 | 101 | 64 |
| Binary | 110100 | 11010100 | 1000111 | 1001011 | 0 | 1000011 | 10001 | 1111111 | 1000001 | 110100 |
Color Harmonies of #34D447
Complementary color
Monochromatic Colors of #34D447
Black with #34D447
Text Example
Text Example
White with #34D447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D447; }
p { color: rgb(52,212,71); }
H1.HeaderClassName
{
color: #34D447;
}
.AnyTagClassName
{
color: #34D447;
}
</style>
background-color css
<style>
a { background-color: #34D447; }
a { background-color: rgb(52,212,71); }
div.DivClassName
{
background-color: #34D447;
}
.BgClassName
{
background-color: #34D447;
}
</style>
border-color css
<style>
span { border-color: #34D447; }
span { border-color: rgb(52,212,71); }
td.TdClassName
{
border-color: #34D447;
}
.TagClassName
{
border-color: #34D447;
}
</style>