Shades of Lime Green #34ED4A
Tints of Lime Green #34ED4A
RGB
CMYK
RGB Variations
Color information
#34ED4A (or 0x34ED4A) is known color: Lime Green. HEX triplet: 34, ED and 4A. RGB value is (52,237,74). Sum of RGB (Red+Green+Blue) = 52+237+74=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 237 (92.97% from 255 or 65.29% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 237 - color contains mainly: green. Hex color #34ED4A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34ED4A is #CB12B5. Grayscale: #A3A3A3. Windows color (decimal): -13308598 or 4910388. OLE color: 4910388.
HSL color Cylindrical-coordinate representation of color #34ED4A: hue angle of 127.14º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34ED4A is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 237 | 74 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.07 |
| HSL | 127.14º | 0.84% | 0.57% | - |
| HSV(B) | 127.14º | 0.78% | 0.93% | - |
| XYZ | 32.94 | 61.79 | 16.67 | - |
| YUV | 163.1 | 77.71 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 237 | 74 | 0.78 | 0 | 0.69 | 0.07 | 127.14 | 0.84 | 0.57 |
| Hex | 34 | ED | 4A | 4E | 0 | 45 | 7 | 7F | 54 | 39 |
| Octal | 64 | 355 | 112 | 116 | 0 | 105 | 7 | 177 | 124 | 71 |
| Binary | 110100 | 11101101 | 1001010 | 1001110 | 0 | 1000101 | 111 | 1111111 | 1010100 | 111001 |
Color Harmonies of #34ED4A
Complementary color
Monochromatic Colors of #34ED4A
Black with #34ED4A
Text Example
Text Example
White with #34ED4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ED4A; }
p { color: rgb(52,237,74); }
H1.HeaderClassName
{
color: #34ED4A;
}
.AnyTagClassName
{
color: #34ED4A;
}
</style>
background-color css
<style>
a { background-color: #34ED4A; }
a { background-color: rgb(52,237,74); }
div.DivClassName
{
background-color: #34ED4A;
}
.BgClassName
{
background-color: #34ED4A;
}
</style>
border-color css
<style>
span { border-color: #34ED4A; }
span { border-color: rgb(52,237,74); }
td.TdClassName
{
border-color: #34ED4A;
}
.TagClassName
{
border-color: #34ED4A;
}
</style>