Shades of Lime Green #34D653
Tints of Lime Green #34D653
RGB
CMYK
RGB Variations
Color information
#34D653 (or 0x34D653) is known color: Lime Green. HEX triplet: 34, D6 and 53. RGB value is (52,214,83). Sum of RGB (Red+Green+Blue) = 52+214+83=349 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.90% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #34D653 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D653 is #CB29AC. Grayscale: #969696. Windows color (decimal): -13314477 or 5494324. OLE color: 5494324.
HSL color Cylindrical-coordinate representation of color #34D653: hue angle of 131.48º 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 #34D653 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 214 | 83 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.16 |
| HSL | 131.48º | 0.66% | 0.52% | - |
| HSV(B) | 131.48º | 0.76% | 0.84% | - |
| XYZ | 27.02 | 49.45 | 16.3 | - |
| YUV | 150.63 | 89.83 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 214 | 83 | 0.76 | 0 | 0.61 | 0.16 | 131.48 | 0.66 | 0.52 |
| Hex | 34 | D6 | 53 | 4C | 0 | 3D | 10 | 83 | 42 | 34 |
| Octal | 64 | 326 | 123 | 114 | 0 | 75 | 20 | 203 | 102 | 64 |
| Binary | 110100 | 11010110 | 1010011 | 1001100 | 0 | 111101 | 10000 | 10000011 | 1000010 | 110100 |
Color Harmonies of #34D653
Complementary color
Monochromatic Colors of #34D653
Black with #34D653
Text Example
Text Example
White with #34D653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D653; }
p { color: rgb(52,214,83); }
H1.HeaderClassName
{
color: #34D653;
}
.AnyTagClassName
{
color: #34D653;
}
</style>
background-color css
<style>
a { background-color: #34D653; }
a { background-color: rgb(52,214,83); }
div.DivClassName
{
background-color: #34D653;
}
.BgClassName
{
background-color: #34D653;
}
</style>
border-color css
<style>
span { border-color: #34D653; }
span { border-color: rgb(52,214,83); }
td.TdClassName
{
border-color: #34D653;
}
.TagClassName
{
border-color: #34D653;
}
</style>