Shades of Lime Green #34D52F
Tints of Lime Green #34D52F
RGB
CMYK
RGB Variations
Color information
#34D52F (or 0x34D52F) is known color: Lime Green. HEX triplet: 34, D5 and 2F. RGB value is (52,213,47). Sum of RGB (Red+Green+Blue) = 52+213+47=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #34D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D52F is #CB2AD0. Grayscale: #929292. Windows color (decimal): -13314769 or 3134772. OLE color: 3134772.
HSL color Cylindrical-coordinate representation of color #34D52F: hue angle of 118.19º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34D52F is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 213 | 47 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.16 |
| HSL | 118.19º | 0.66% | 0.51% | - |
| HSV(B) | 118.19º | 0.78% | 0.84% | - |
| XYZ | 25.72 | 48.52 | 10.7 | - |
| YUV | 145.94 | 72.16 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 213 | 47 | 0.76 | 0 | 0.78 | 0.16 | 118.19 | 0.66 | 0.51 |
| Hex | 34 | D5 | 2F | 4C | 0 | 4E | 10 | 76 | 42 | 33 |
| Octal | 64 | 325 | 57 | 114 | 0 | 116 | 20 | 166 | 102 | 63 |
| Binary | 110100 | 11010101 | 101111 | 1001100 | 0 | 1001110 | 10000 | 1110110 | 1000010 | 110011 |
Color Harmonies of #34D52F
Complementary color
Monochromatic Colors of #34D52F
Black with #34D52F
Text Example
Text Example
White with #34D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D52F; }
p { color: rgb(52,213,47); }
H1.HeaderClassName
{
color: #34D52F;
}
.AnyTagClassName
{
color: #34D52F;
}
</style>
background-color css
<style>
a { background-color: #34D52F; }
a { background-color: rgb(52,213,47); }
div.DivClassName
{
background-color: #34D52F;
}
.BgClassName
{
background-color: #34D52F;
}
</style>
border-color css
<style>
span { border-color: #34D52F; }
span { border-color: rgb(52,213,47); }
td.TdClassName
{
border-color: #34D52F;
}
.TagClassName
{
border-color: #34D52F;
}
</style>