Shades of Lime Green #34FA4D
Tints of Lime Green #34FA4D
RGB
CMYK
RGB Variations
Color information
#34FA4D (or 0x34FA4D) is known color: Lime Green. HEX triplet: 34, FA and 4D. RGB value is (52,250,77). Sum of RGB (Red+Green+Blue) = 52+250+77=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #34FA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34FA4D is #CB05B2. Grayscale: #ABABAB. Windows color (decimal): -13305267 or 5110324. OLE color: 5110324.
HSL color Cylindrical-coordinate representation of color #34FA4D: hue angle of 127.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34FA4D is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 52 | 250 | 77 | - |
| CMYK | 0.79 | 0 | 0.69 | 0.02 |
| HSL | 127.58º | 0.95% | 0.59% | - |
| HSV(B) | 127.58º | 0.79% | 0.98% | - |
| XYZ | 36.94 | 69.64 | 18.52 | - |
| YUV | 171.08 | 74.9 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 250 | 77 | 0.79 | 0 | 0.69 | 0.02 | 127.58 | 0.95 | 0.59 |
| Hex | 34 | FA | 4D | 4F | 0 | 45 | 2 | 80 | 5F | 3B |
| Octal | 64 | 372 | 115 | 117 | 0 | 105 | 2 | 200 | 137 | 73 |
| Binary | 110100 | 11111010 | 1001101 | 1001111 | 0 | 1000101 | 10 | 10000000 | 1011111 | 111011 |
Color Harmonies of #34FA4D
Complementary color
Monochromatic Colors of #34FA4D
Black with #34FA4D
Text Example
Text Example
White with #34FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34FA4D; }
p { color: rgb(52,250,77); }
H1.HeaderClassName
{
color: #34FA4D;
}
.AnyTagClassName
{
color: #34FA4D;
}
</style>
background-color css
<style>
a { background-color: #34FA4D; }
a { background-color: rgb(52,250,77); }
div.DivClassName
{
background-color: #34FA4D;
}
.BgClassName
{
background-color: #34FA4D;
}
</style>
border-color css
<style>
span { border-color: #34FA4D; }
span { border-color: rgb(52,250,77); }
td.TdClassName
{
border-color: #34FA4D;
}
.TagClassName
{
border-color: #34FA4D;
}
</style>