Shades of Lime Green #34E649
Tints of Lime Green #34E649
RGB
CMYK
RGB Variations
Color information
#34E649 (or 0x34E649) is known color: Lime Green. HEX triplet: 34, E6 and 49. RGB value is (52,230,73). Sum of RGB (Red+Green+Blue) = 52+230+73=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 230 (90.23% from 255 or 64.79% from 355); Blue value is 73 (28.91% from 255 or 20.56% from 355); Max value from RGB is 230 - color contains mainly: green. Hex color #34E649 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #34E649 is #CB19B6. Grayscale: #9F9F9F. Windows color (decimal): -13310391 or 4843060. OLE color: 4843060.
HSL color Cylindrical-coordinate representation of color #34E649: hue angle of 127.08º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E649 is Cyan = 0.77, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 73 | - |
| CMYK | 0.77 | 0 | 0.68 | 0.10 |
| HSL | 127.08º | 0.78% | 0.55% | - |
| HSV(B) | 127.08º | 0.77% | 0.9% | - |
| XYZ | 30.92 | 57.8 | 15.83 | - |
| YUV | 158.88 | 79.53 | 51.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 73 | 0.77 | 0 | 0.68 | 0.10 | 127.08 | 0.78 | 0.55 |
| Hex | 34 | E6 | 49 | 4D | 0 | 44 | A | 7F | 4E | 37 |
| Octal | 64 | 346 | 111 | 115 | 0 | 104 | 12 | 177 | 116 | 67 |
| Binary | 110100 | 11100110 | 1001001 | 1001101 | 0 | 1000100 | 1010 | 1111111 | 1001110 | 110111 |
Color Harmonies of #34E649
Complementary color
Monochromatic Colors of #34E649
Black with #34E649
Text Example
Text Example
White with #34E649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E649; }
p { color: rgb(52,230,73); }
H1.HeaderClassName
{
color: #34E649;
}
.AnyTagClassName
{
color: #34E649;
}
</style>
background-color css
<style>
a { background-color: #34E649; }
a { background-color: rgb(52,230,73); }
div.DivClassName
{
background-color: #34E649;
}
.BgClassName
{
background-color: #34E649;
}
</style>
border-color css
<style>
span { border-color: #34E649; }
span { border-color: rgb(52,230,73); }
td.TdClassName
{
border-color: #34E649;
}
.TagClassName
{
border-color: #34E649;
}
</style>