Shades of Lime Green #34E64F
Tints of Lime Green #34E64F
RGB
CMYK
RGB Variations
Color information
#34E64F (or 0x34E64F) is known color: Lime Green. HEX triplet: 34, E6 and 4F. RGB value is (52,230,79). Sum of RGB (Red+Green+Blue) = 52+230+79=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 230 (90.23% from 255 or 63.71% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 230 - color contains mainly: green. Hex color #34E64F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34E64F is #CB19B0. Grayscale: #9F9F9F. Windows color (decimal): -13310385 or 5236276. OLE color: 5236276.
HSL color Cylindrical-coordinate representation of color #34E64F: hue angle of 129.1º 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 #34E64F is Cyan = 0.77, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 52 | 230 | 79 | - |
| CMYK | 0.77 | 0 | 0.66 | 0.10 |
| HSL | 129.1º | 0.78% | 0.55% | - |
| HSV(B) | 129.1º | 0.77% | 0.9% | - |
| XYZ | 31.12 | 57.89 | 16.93 | - |
| YUV | 159.56 | 82.53 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 230 | 79 | 0.77 | 0 | 0.66 | 0.10 | 129.1 | 0.78 | 0.55 |
| Hex | 34 | E6 | 4F | 4D | 0 | 42 | A | 81 | 4E | 37 |
| Octal | 64 | 346 | 117 | 115 | 0 | 102 | 12 | 201 | 116 | 67 |
| Binary | 110100 | 11100110 | 1001111 | 1001101 | 0 | 1000010 | 1010 | 10000001 | 1001110 | 110111 |
Color Harmonies of #34E64F
Complementary color
Monochromatic Colors of #34E64F
Black with #34E64F
Text Example
Text Example
White with #34E64F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34E64F; }
p { color: rgb(52,230,79); }
H1.HeaderClassName
{
color: #34E64F;
}
.AnyTagClassName
{
color: #34E64F;
}
</style>
background-color css
<style>
a { background-color: #34E64F; }
a { background-color: rgb(52,230,79); }
div.DivClassName
{
background-color: #34E64F;
}
.BgClassName
{
background-color: #34E64F;
}
</style>
border-color css
<style>
span { border-color: #34E64F; }
span { border-color: rgb(52,230,79); }
td.TdClassName
{
border-color: #34E64F;
}
.TagClassName
{
border-color: #34E64F;
}
</style>