Shades of Lime Green #34F04D
Tints of Lime Green #34F04D
RGB
CMYK
RGB Variations
Color information
#34F04D (or 0x34F04D) is known color: Lime Green. HEX triplet: 34, F0 and 4D. RGB value is (52,240,77). Sum of RGB (Red+Green+Blue) = 52+240+77=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 240 (94.14% from 255 or 65.04% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 240 - color contains mainly: green. Hex color #34F04D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F04D is #CB0FB2. Grayscale: #A5A5A5. Windows color (decimal): -13307827 or 5107764. OLE color: 5107764.
HSL color Cylindrical-coordinate representation of color #34F04D: hue angle of 127.98º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34F04D is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 52 | 240 | 77 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.06 |
| HSL | 127.98º | 0.86% | 0.57% | - |
| HSV(B) | 127.98º | 0.78% | 0.94% | - |
| XYZ | 33.92 | 63.59 | 17.51 | - |
| YUV | 165.21 | 78.22 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 240 | 77 | 0.78 | 0 | 0.68 | 0.06 | 127.98 | 0.86 | 0.57 |
| Hex | 34 | F0 | 4D | 4E | 0 | 44 | 6 | 80 | 56 | 39 |
| Octal | 64 | 360 | 115 | 116 | 0 | 104 | 6 | 200 | 126 | 71 |
| Binary | 110100 | 11110000 | 1001101 | 1001110 | 0 | 1000100 | 110 | 10000000 | 1010110 | 111001 |
Color Harmonies of #34F04D
Complementary color
Monochromatic Colors of #34F04D
Black with #34F04D
Text Example
Text Example
White with #34F04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F04D; }
p { color: rgb(52,240,77); }
H1.HeaderClassName
{
color: #34F04D;
}
.AnyTagClassName
{
color: #34F04D;
}
</style>
background-color css
<style>
a { background-color: #34F04D; }
a { background-color: rgb(52,240,77); }
div.DivClassName
{
background-color: #34F04D;
}
.BgClassName
{
background-color: #34F04D;
}
</style>
border-color css
<style>
span { border-color: #34F04D; }
span { border-color: rgb(52,240,77); }
td.TdClassName
{
border-color: #34F04D;
}
.TagClassName
{
border-color: #34F04D;
}
</style>