Shades of Lime Green #34E153
Tints of Lime Green #34E153
RGB
CMYK
RGB Variations
Color information
#34E153 (or 0x34E153) is known color: Lime Green. HEX triplet: 34, E1 and 53. RGB value is (52,225,83). Sum of RGB (Red+Green+Blue) = 52+225+83=360 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.44% from 360); Green value is 225 (88.28% from 255 or 62.5% from 360); Blue value is 83 (32.81% from 255 or 23.06% from 360); Max value from RGB is 225 - color contains mainly: green. Hex color #34E153 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E153 is #CB1EAC. Grayscale: #9D9D9D. Windows color (decimal): -13311661 or 5497140. OLE color: 5497140.
HSL color Cylindrical-coordinate representation of color #34E153: hue angle of 130.75º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E153 is Cyan = 0.77, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 52 | 225 | 83 | - |
| CMYK | 0.77 | 0 | 0.63 | 0.12 |
| HSL | 130.75º | 0.74% | 0.54% | - |
| HSV(B) | 130.75º | 0.77% | 0.88% | - |
| XYZ | 29.9 | 55.21 | 17.26 | - |
| YUV | 157.09 | 86.19 | 53.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 225 | 83 | 0.77 | 0 | 0.63 | 0.12 | 130.75 | 0.74 | 0.54 |
| Hex | 34 | E1 | 53 | 4D | 0 | 3F | C | 83 | 4A | 36 |
| Octal | 64 | 341 | 123 | 115 | 0 | 77 | 14 | 203 | 112 | 66 |
| Binary | 110100 | 11100001 | 1010011 | 1001101 | 0 | 111111 | 1100 | 10000011 | 1001010 | 110110 |
Color Harmonies of #34E153
Complementary color
Monochromatic Colors of #34E153
Black with #34E153
Text Example
Text Example
White with #34E153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E153; }
p { color: rgb(52,225,83); }
H1.HeaderClassName
{
color: #34E153;
}
.AnyTagClassName
{
color: #34E153;
}
</style>
background-color css
<style>
a { background-color: #34E153; }
a { background-color: rgb(52,225,83); }
div.DivClassName
{
background-color: #34E153;
}
.BgClassName
{
background-color: #34E153;
}
</style>
border-color css
<style>
span { border-color: #34E153; }
span { border-color: rgb(52,225,83); }
td.TdClassName
{
border-color: #34E153;
}
.TagClassName
{
border-color: #34E153;
}
</style>