Shades of Lime Green #34C04D
Tints of Lime Green #34C04D
RGB
CMYK
RGB Variations
Color information
#34C04D (or 0x34C04D) is known color: Lime Green. HEX triplet: 34, C0 and 4D. RGB value is (52,192,77). Sum of RGB (Red+Green+Blue) = 52+192+77=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #34C04D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C04D is #CB3FB2. Grayscale: #898989. Windows color (decimal): -13320115 or 5095476. OLE color: 5095476.
HSL color Cylindrical-coordinate representation of color #34C04D: hue angle of 130.71º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34C04D is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 192 | 77 | - |
| CMYK | 0.73 | 0 | 0.60 | 0.25 |
| HSL | 130.71º | 0.57% | 0.48% | - |
| HSV(B) | 130.71º | 0.73% | 0.75% | - |
| XYZ | 21.61 | 38.97 | 13.4 | - |
| YUV | 137.03 | 94.12 | 67.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 192 | 77 | 0.73 | 0 | 0.60 | 0.25 | 130.71 | 0.57 | 0.48 |
| Hex | 34 | C0 | 4D | 49 | 0 | 3C | 19 | 83 | 39 | 30 |
| Octal | 64 | 300 | 115 | 111 | 0 | 74 | 31 | 203 | 71 | 60 |
| Binary | 110100 | 11000000 | 1001101 | 1001001 | 0 | 111100 | 11001 | 10000011 | 111001 | 110000 |
Color Harmonies of #34C04D
Complementary color
Monochromatic Colors of #34C04D
Black with #34C04D
Text Example
Text Example
White with #34C04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C04D; }
p { color: rgb(52,192,77); }
H1.HeaderClassName
{
color: #34C04D;
}
.AnyTagClassName
{
color: #34C04D;
}
</style>
background-color css
<style>
a { background-color: #34C04D; }
a { background-color: rgb(52,192,77); }
div.DivClassName
{
background-color: #34C04D;
}
.BgClassName
{
background-color: #34C04D;
}
</style>
border-color css
<style>
span { border-color: #34C04D; }
span { border-color: rgb(52,192,77); }
td.TdClassName
{
border-color: #34C04D;
}
.TagClassName
{
border-color: #34C04D;
}
</style>