Shades of Lime Green #34D654
Tints of Lime Green #34D654
RGB
CMYK
RGB Variations
Color information
#34D654 (or 0x34D654) is known color: Lime Green. HEX triplet: 34, D6 and 54. RGB value is (52,214,84). Sum of RGB (Red+Green+Blue) = 52+214+84=350 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.86% from 350); Green value is 214 (83.98% from 255 or 61.14% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 214 - color contains mainly: green. Hex color #34D654 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D654 is #CB29AB. Grayscale: #979797. Windows color (decimal): -13314476 or 5559860. OLE color: 5559860.
HSL color Cylindrical-coordinate representation of color #34D654: hue angle of 131.85º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D654 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 84 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.16 |
| HSL | 131.85º | 0.66% | 0.52% | - |
| HSV(B) | 131.85º | 0.76% | 0.84% | - |
| XYZ | 27.06 | 49.46 | 16.51 | - |
| YUV | 150.74 | 90.33 | 57.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 84 | 0.76 | 0 | 0.61 | 0.16 | 131.85 | 0.66 | 0.52 |
| Hex | 34 | D6 | 54 | 4C | 0 | 3D | 10 | 84 | 42 | 34 |
| Octal | 64 | 326 | 124 | 114 | 0 | 75 | 20 | 204 | 102 | 64 |
| Binary | 110100 | 11010110 | 1010100 | 1001100 | 0 | 111101 | 10000 | 10000100 | 1000010 | 110100 |
Color Harmonies of #34D654
Complementary color
Monochromatic Colors of #34D654
Black with #34D654
Text Example
Text Example
White with #34D654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D654; }
p { color: rgb(52,214,84); }
H1.HeaderClassName
{
color: #34D654;
}
.AnyTagClassName
{
color: #34D654;
}
</style>
background-color css
<style>
a { background-color: #34D654; }
a { background-color: rgb(52,214,84); }
div.DivClassName
{
background-color: #34D654;
}
.BgClassName
{
background-color: #34D654;
}
</style>
border-color css
<style>
span { border-color: #34D654; }
span { border-color: rgb(52,214,84); }
td.TdClassName
{
border-color: #34D654;
}
.TagClassName
{
border-color: #34D654;
}
</style>