Shades of Lime Green #34C84D
Tints of Lime Green #34C84D
RGB
CMYK
RGB Variations
Color information
#34C84D (or 0x34C84D) is known color: Lime Green. HEX triplet: 34, C8 and 4D. RGB value is (52,200,77). Sum of RGB (Red+Green+Blue) = 52+200+77=329 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.81% from 329); Green value is 200 (78.52% from 255 or 60.79% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 200 - color contains mainly: green. Hex color #34C84D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34C84D is #CB37B2. Grayscale: #8E8E8E. Windows color (decimal): -13318067 or 5097524. OLE color: 5097524.
HSL color Cylindrical-coordinate representation of color #34C84D: hue angle of 130.14º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #34C84D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 77 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.22 |
| HSL | 130.14º | 0.59% | 0.49% | - |
| HSV(B) | 130.14º | 0.74% | 0.78% | - |
| XYZ | 23.41 | 42.57 | 14.01 | - |
| YUV | 141.73 | 91.47 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 77 | 0.74 | 0 | 0.62 | 0.22 | 130.14 | 0.59 | 0.49 |
| Hex | 34 | C8 | 4D | 4A | 0 | 3E | 16 | 82 | 3B | 31 |
| Octal | 64 | 310 | 115 | 112 | 0 | 76 | 26 | 202 | 73 | 61 |
| Binary | 110100 | 11001000 | 1001101 | 1001010 | 0 | 111110 | 10110 | 10000010 | 111011 | 110001 |
Color Harmonies of #34C84D
Complementary color
Monochromatic Colors of #34C84D
Black with #34C84D
Text Example
Text Example
White with #34C84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C84D; }
p { color: rgb(52,200,77); }
H1.HeaderClassName
{
color: #34C84D;
}
.AnyTagClassName
{
color: #34C84D;
}
</style>
background-color css
<style>
a { background-color: #34C84D; }
a { background-color: rgb(52,200,77); }
div.DivClassName
{
background-color: #34C84D;
}
.BgClassName
{
background-color: #34C84D;
}
</style>
border-color css
<style>
span { border-color: #34C84D; }
span { border-color: rgb(52,200,77); }
td.TdClassName
{
border-color: #34C84D;
}
.TagClassName
{
border-color: #34C84D;
}
</style>