Shades of Lime Green #34E652
Tints of Lime Green #34E652
RGB
CMYK
RGB Variations
Color information
#34E652 (or 0x34E652) is known color: Lime Green. HEX triplet: 34, E6 and 52. RGB value is (52,230,82). Sum of RGB (Red+Green+Blue) = 52+230+82=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 230 (90.23% from 255 or 63.19% from 364); Blue value is 82 (32.42% from 255 or 22.53% from 364); Max value from RGB is 230 - color contains mainly: green. Hex color #34E652 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E652 is #CB19AD. Grayscale: #A0A0A0. Windows color (decimal): -13310382 or 5432884. OLE color: 5432884.
HSL color Cylindrical-coordinate representation of color #34E652: hue angle of 130.11º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E652 is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 82 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.10 |
| HSL | 130.11º | 0.78% | 0.55% | - |
| HSV(B) | 130.11º | 0.77% | 0.9% | - |
| XYZ | 31.24 | 57.93 | 17.52 | - |
| YUV | 159.91 | 84.03 | 51.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 82 | 0.77 | 0 | 0.64 | 0.10 | 130.11 | 0.78 | 0.55 |
| Hex | 34 | E6 | 52 | 4D | 0 | 40 | A | 82 | 4E | 37 |
| Octal | 64 | 346 | 122 | 115 | 0 | 100 | 12 | 202 | 116 | 67 |
| Binary | 110100 | 11100110 | 1010010 | 1001101 | 0 | 1000000 | 1010 | 10000010 | 1001110 | 110111 |
Color Harmonies of #34E652
Complementary color
Monochromatic Colors of #34E652
Black with #34E652
Text Example
Text Example
White with #34E652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E652; }
p { color: rgb(52,230,82); }
H1.HeaderClassName
{
color: #34E652;
}
.AnyTagClassName
{
color: #34E652;
}
</style>
background-color css
<style>
a { background-color: #34E652; }
a { background-color: rgb(52,230,82); }
div.DivClassName
{
background-color: #34E652;
}
.BgClassName
{
background-color: #34E652;
}
</style>
border-color css
<style>
span { border-color: #34E652; }
span { border-color: rgb(52,230,82); }
td.TdClassName
{
border-color: #34E652;
}
.TagClassName
{
border-color: #34E652;
}
</style>