Shades of Lime Green #34E952
Tints of Lime Green #34E952
RGB
CMYK
RGB Variations
Color information
#34E952 (or 0x34E952) is known color: Lime Green. HEX triplet: 34, E9 and 52. RGB value is (52,233,82). Sum of RGB (Red+Green+Blue) = 52+233+82=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 233 (91.41% from 255 or 63.49% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 233 - color contains mainly: green. Hex color #34E952 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E952 is #CB16AD. Grayscale: #A2A2A2. Windows color (decimal): -13309614 or 5433652. OLE color: 5433652.
HSL color Cylindrical-coordinate representation of color #34E952: hue angle of 129.94º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34E952 is Cyan = 0.78, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 52 | 233 | 82 | - |
| CMYK | 0.78 | 0 | 0.65 | 0.09 |
| HSL | 129.94º | 0.8% | 0.56% | - |
| HSV(B) | 129.94º | 0.78% | 0.91% | - |
| XYZ | 32.08 | 59.62 | 17.8 | - |
| YUV | 161.67 | 83.03 | 49.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 233 | 82 | 0.78 | 0 | 0.65 | 0.09 | 129.94 | 0.8 | 0.56 |
| Hex | 34 | E9 | 52 | 4E | 0 | 41 | 9 | 82 | 50 | 38 |
| Octal | 64 | 351 | 122 | 116 | 0 | 101 | 11 | 202 | 120 | 70 |
| Binary | 110100 | 11101001 | 1010010 | 1001110 | 0 | 1000001 | 1001 | 10000010 | 1010000 | 111000 |
Color Harmonies of #34E952
Complementary color
Monochromatic Colors of #34E952
Black with #34E952
Text Example
Text Example
White with #34E952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E952; }
p { color: rgb(52,233,82); }
H1.HeaderClassName
{
color: #34E952;
}
.AnyTagClassName
{
color: #34E952;
}
</style>
background-color css
<style>
a { background-color: #34E952; }
a { background-color: rgb(52,233,82); }
div.DivClassName
{
background-color: #34E952;
}
.BgClassName
{
background-color: #34E952;
}
</style>
border-color css
<style>
span { border-color: #34E952; }
span { border-color: rgb(52,233,82); }
td.TdClassName
{
border-color: #34E952;
}
.TagClassName
{
border-color: #34E952;
}
</style>