Shades of Lime Green #34C820
Tints of Lime Green #34C820
RGB
CMYK
RGB Variations
Color information
#34C820 (or 0x34C820) is known color: Lime Green. HEX triplet: 34, C8 and 20. RGB value is (52,200,32). Sum of RGB (Red+Green+Blue) = 52+200+32=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #34C820 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C820 is #CB37DF. Grayscale: #898989. Windows color (decimal): -13318112 or 2148404. OLE color: 2148404.
HSL color Cylindrical-coordinate representation of color #34C820: hue angle of 112.86º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #34C820 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 32 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.22 |
| HSL | 112.86º | 0.72% | 0.45% | - |
| HSV(B) | 112.86º | 0.84% | 0.78% | - |
| XYZ | 22.33 | 42.14 | 8.32 | - |
| YUV | 136.6 | 68.97 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 32 | 0.74 | 0 | 0.84 | 0.22 | 112.86 | 0.72 | 0.45 |
| Hex | 34 | C8 | 20 | 4A | 0 | 54 | 16 | 71 | 48 | 2D |
| Octal | 64 | 310 | 40 | 112 | 0 | 124 | 26 | 161 | 110 | 55 |
| Binary | 110100 | 11001000 | 100000 | 1001010 | 0 | 1010100 | 10110 | 1110001 | 1001000 | 101101 |
Color Harmonies of #34C820
Complementary color
Monochromatic Colors of #34C820
Black with #34C820
Text Example
Text Example
White with #34C820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C820; }
p { color: rgb(52,200,32); }
H1.HeaderClassName
{
color: #34C820;
}
.AnyTagClassName
{
color: #34C820;
}
</style>
background-color css
<style>
a { background-color: #34C820; }
a { background-color: rgb(52,200,32); }
div.DivClassName
{
background-color: #34C820;
}
.BgClassName
{
background-color: #34C820;
}
</style>
border-color css
<style>
span { border-color: #34C820; }
span { border-color: rgb(52,200,32); }
td.TdClassName
{
border-color: #34C820;
}
.TagClassName
{
border-color: #34C820;
}
</style>