Shades of Lime Green #34BE4D
Tints of Lime Green #34BE4D
RGB
CMYK
RGB Variations
Color information
#34BE4D (or 0x34BE4D) is known color: Lime Green. HEX triplet: 34, BE and 4D. RGB value is (52,190,77). Sum of RGB (Red+Green+Blue) = 52+190+77=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 190 (74.61% from 255 or 59.56% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BE4D is #CB41B2. Grayscale: #888888. Windows color (decimal): -13320627 or 5094964. OLE color: 5094964.
HSL color Cylindrical-coordinate representation of color #34BE4D: hue angle of 130.87º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BE4D is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 190 | 77 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.25 |
| HSL | 130.87º | 0.57% | 0.47% | - |
| HSV(B) | 130.87º | 0.73% | 0.75% | - |
| XYZ | 21.17 | 38.09 | 13.26 | - |
| YUV | 135.86 | 94.78 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 190 | 77 | 0.73 | 0 | 0.59 | 0.25 | 130.87 | 0.57 | 0.47 |
| Hex | 34 | BE | 4D | 49 | 0 | 3B | 19 | 83 | 39 | 2F |
| Octal | 64 | 276 | 115 | 111 | 0 | 73 | 31 | 203 | 71 | 57 |
| Binary | 110100 | 10111110 | 1001101 | 1001001 | 0 | 111011 | 11001 | 10000011 | 111001 | 101111 |
Color Harmonies of #34BE4D
Complementary color
Monochromatic Colors of #34BE4D
Black with #34BE4D
Text Example
Text Example
White with #34BE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BE4D; }
p { color: rgb(52,190,77); }
H1.HeaderClassName
{
color: #34BE4D;
}
.AnyTagClassName
{
color: #34BE4D;
}
</style>
background-color css
<style>
a { background-color: #34BE4D; }
a { background-color: rgb(52,190,77); }
div.DivClassName
{
background-color: #34BE4D;
}
.BgClassName
{
background-color: #34BE4D;
}
</style>
border-color css
<style>
span { border-color: #34BE4D; }
span { border-color: rgb(52,190,77); }
td.TdClassName
{
border-color: #34BE4D;
}
.TagClassName
{
border-color: #34BE4D;
}
</style>