Shades of Lime Green #34ED3E
Tints of Lime Green #34ED3E
RGB
CMYK
RGB Variations
Color information
#34ED3E (or 0x34ED3E) is known color: Lime Green. HEX triplet: 34, ED and 3E. RGB value is (52,237,62). Sum of RGB (Red+Green+Blue) = 52+237+62=351 (46% of max value = 765). Red value is 52 (20.70% from 255 or 14.81% from 351); Green value is 237 (92.97% from 255 or 67.52% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 237 - color contains mainly: green. Hex color #34ED3E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34ED3E is #CB12C1. Grayscale: #A2A2A2. Windows color (decimal): -13308610 or 4123956. OLE color: 4123956.
HSL color Cylindrical-coordinate representation of color #34ED3E: hue angle of 123.24º 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 #34ED3E is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 52 | 237 | 62 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.07 |
| HSL | 123.24º | 0.84% | 0.57% | - |
| HSV(B) | 123.24º | 0.78% | 0.93% | - |
| XYZ | 32.57 | 61.65 | 14.74 | - |
| YUV | 161.74 | 71.71 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 237 | 62 | 0.78 | 0 | 0.74 | 0.07 | 123.24 | 0.84 | 0.57 |
| Hex | 34 | ED | 3E | 4E | 0 | 4A | 7 | 7B | 54 | 39 |
| Octal | 64 | 355 | 76 | 116 | 0 | 112 | 7 | 173 | 124 | 71 |
| Binary | 110100 | 11101101 | 111110 | 1001110 | 0 | 1001010 | 111 | 1111011 | 1010100 | 111001 |
Color Harmonies of #34ED3E
Complementary color
Monochromatic Colors of #34ED3E
Black with #34ED3E
Text Example
Text Example
White with #34ED3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34ED3E; }
p { color: rgb(52,237,62); }
H1.HeaderClassName
{
color: #34ED3E;
}
.AnyTagClassName
{
color: #34ED3E;
}
</style>
background-color css
<style>
a { background-color: #34ED3E; }
a { background-color: rgb(52,237,62); }
div.DivClassName
{
background-color: #34ED3E;
}
.BgClassName
{
background-color: #34ED3E;
}
</style>
border-color css
<style>
span { border-color: #34ED3E; }
span { border-color: rgb(52,237,62); }
td.TdClassName
{
border-color: #34ED3E;
}
.TagClassName
{
border-color: #34ED3E;
}
</style>