Shades of Lime Green #34EA4D
Tints of Lime Green #34EA4D
RGB
CMYK
RGB Variations
Color information
#34EA4D (or 0x34EA4D) is known color: Lime Green. HEX triplet: 34, EA and 4D. RGB value is (52,234,77). Sum of RGB (Red+Green+Blue) = 52+234+77=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 234 (91.80% from 255 or 64.46% from 363); Blue value is 77 (30.47% from 255 or 21.21% from 363); Max value from RGB is 234 - color contains mainly: green. Hex color #34EA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EA4D is #CB15B2. Grayscale: #A2A2A2. Windows color (decimal): -13309363 or 5106228. OLE color: 5106228.
HSL color Cylindrical-coordinate representation of color #34EA4D: hue angle of 128.24º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EA4D is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 52 | 234 | 77 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.08 |
| HSL | 128.24º | 0.81% | 0.56% | - |
| HSV(B) | 128.24º | 0.78% | 0.92% | - |
| XYZ | 32.18 | 60.11 | 16.93 | - |
| YUV | 161.68 | 80.2 | 49.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 234 | 77 | 0.78 | 0 | 0.67 | 0.08 | 128.24 | 0.81 | 0.56 |
| Hex | 34 | EA | 4D | 4E | 0 | 43 | 8 | 80 | 51 | 38 |
| Octal | 64 | 352 | 115 | 116 | 0 | 103 | 10 | 200 | 121 | 70 |
| Binary | 110100 | 11101010 | 1001101 | 1001110 | 0 | 1000011 | 1000 | 10000000 | 1010001 | 111000 |
Color Harmonies of #34EA4D
Complementary color
Monochromatic Colors of #34EA4D
Black with #34EA4D
Text Example
Text Example
White with #34EA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34EA4D; }
p { color: rgb(52,234,77); }
H1.HeaderClassName
{
color: #34EA4D;
}
.AnyTagClassName
{
color: #34EA4D;
}
</style>
background-color css
<style>
a { background-color: #34EA4D; }
a { background-color: rgb(52,234,77); }
div.DivClassName
{
background-color: #34EA4D;
}
.BgClassName
{
background-color: #34EA4D;
}
</style>
border-color css
<style>
span { border-color: #34EA4D; }
span { border-color: rgb(52,234,77); }
td.TdClassName
{
border-color: #34EA4D;
}
.TagClassName
{
border-color: #34EA4D;
}
</style>