Shades of Lime Green #34DC3A
Tints of Lime Green #34DC3A
RGB
CMYK
RGB Variations
Color information
#34DC3A (or 0x34DC3A) is known color: Lime Green. HEX triplet: 34, DC and 3A. RGB value is (52,220,58). Sum of RGB (Red+Green+Blue) = 52+220+58=330 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.76% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DC3A is #CB23C5. Grayscale: #979797. Windows color (decimal): -13312966 or 3857460. OLE color: 3857460.
HSL color Cylindrical-coordinate representation of color #34DC3A: hue angle of 122.14º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC3A is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 220 | 58 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.14 |
| HSL | 122.14º | 0.71% | 0.53% | - |
| HSV(B) | 122.14º | 0.76% | 0.86% | - |
| XYZ | 27.77 | 52.22 | 12.62 | - |
| YUV | 151.3 | 75.34 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 220 | 58 | 0.76 | 0 | 0.74 | 0.14 | 122.14 | 0.71 | 0.53 |
| Hex | 34 | DC | 3A | 4C | 0 | 4A | E | 7A | 47 | 35 |
| Octal | 64 | 334 | 72 | 114 | 0 | 112 | 16 | 172 | 107 | 65 |
| Binary | 110100 | 11011100 | 111010 | 1001100 | 0 | 1001010 | 1110 | 1111010 | 1000111 | 110101 |
Color Harmonies of #34DC3A
Complementary color
Monochromatic Colors of #34DC3A
Black with #34DC3A
Text Example
Text Example
White with #34DC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34DC3A; }
p { color: rgb(52,220,58); }
H1.HeaderClassName
{
color: #34DC3A;
}
.AnyTagClassName
{
color: #34DC3A;
}
</style>
background-color css
<style>
a { background-color: #34DC3A; }
a { background-color: rgb(52,220,58); }
div.DivClassName
{
background-color: #34DC3A;
}
.BgClassName
{
background-color: #34DC3A;
}
</style>
border-color css
<style>
span { border-color: #34DC3A; }
span { border-color: rgb(52,220,58); }
td.TdClassName
{
border-color: #34DC3A;
}
.TagClassName
{
border-color: #34DC3A;
}
</style>