Shades of Lime Green #34DC4F
Tints of Lime Green #34DC4F
RGB
CMYK
RGB Variations
Color information
#34DC4F (or 0x34DC4F) is known color: Lime Green. HEX triplet: 34, DC and 4F. RGB value is (52,220,79). Sum of RGB (Red+Green+Blue) = 52+220+79=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 220 (86.33% from 255 or 62.68% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DC4F is #CB23B0. Grayscale: #9A9A9A. Windows color (decimal): -13312945 or 5233716. OLE color: 5233716.
HSL color Cylindrical-coordinate representation of color #34DC4F: hue angle of 129.64º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC4F is Cyan = 0.76, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 79 | - |
| CMYK | 0.76 | 0 | 0.64 | 0.14 |
| HSL | 129.64º | 0.71% | 0.53% | - |
| HSV(B) | 129.64º | 0.76% | 0.86% | - |
| XYZ | 28.42 | 52.48 | 16.03 | - |
| YUV | 153.69 | 85.84 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 79 | 0.76 | 0 | 0.64 | 0.14 | 129.64 | 0.71 | 0.53 |
| Hex | 34 | DC | 4F | 4C | 0 | 40 | E | 82 | 47 | 35 |
| Octal | 64 | 334 | 117 | 114 | 0 | 100 | 16 | 202 | 107 | 65 |
| Binary | 110100 | 11011100 | 1001111 | 1001100 | 0 | 1000000 | 1110 | 10000010 | 1000111 | 110101 |
Color Harmonies of #34DC4F
Complementary color
Monochromatic Colors of #34DC4F
Black with #34DC4F
Text Example
Text Example
White with #34DC4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC4F; }
p { color: rgb(52,220,79); }
H1.HeaderClassName
{
color: #34DC4F;
}
.AnyTagClassName
{
color: #34DC4F;
}
</style>
background-color css
<style>
a { background-color: #34DC4F; }
a { background-color: rgb(52,220,79); }
div.DivClassName
{
background-color: #34DC4F;
}
.BgClassName
{
background-color: #34DC4F;
}
</style>
border-color css
<style>
span { border-color: #34DC4F; }
span { border-color: rgb(52,220,79); }
td.TdClassName
{
border-color: #34DC4F;
}
.TagClassName
{
border-color: #34DC4F;
}
</style>