Shades of Lime Green #34D130
Tints of Lime Green #34D130
RGB
CMYK
RGB Variations
Color information
#34D130 (or 0x34D130) is known color: Lime Green. HEX triplet: 34, D1 and 30. RGB value is (52,209,48). Sum of RGB (Red+Green+Blue) = 52+209+48=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 209 (82.03% from 255 or 67.64% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 209 - color contains mainly: green. Hex color #34D130 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D130 is #CB2ECF. Grayscale: #909090. Windows color (decimal): -13315792 or 3199284. OLE color: 3199284.
HSL color Cylindrical-coordinate representation of color #34D130: hue angle of 118.51º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34D130 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 209 | 48 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.18 |
| HSL | 118.51º | 0.64% | 0.5% | - |
| HSV(B) | 118.51º | 0.77% | 0.82% | - |
| XYZ | 24.75 | 46.54 | 10.48 | - |
| YUV | 143.7 | 73.99 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 209 | 48 | 0.75 | 0 | 0.77 | 0.18 | 118.51 | 0.64 | 0.5 |
| Hex | 34 | D1 | 30 | 4B | 0 | 4D | 12 | 77 | 40 | 32 |
| Octal | 64 | 321 | 60 | 113 | 0 | 115 | 22 | 167 | 100 | 62 |
| Binary | 110100 | 11010001 | 110000 | 1001011 | 0 | 1001101 | 10010 | 1110111 | 1000000 | 110010 |
Color Harmonies of #34D130
Complementary color
Monochromatic Colors of #34D130
Black with #34D130
Text Example
Text Example
White with #34D130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D130; }
p { color: rgb(52,209,48); }
H1.HeaderClassName
{
color: #34D130;
}
.AnyTagClassName
{
color: #34D130;
}
</style>
background-color css
<style>
a { background-color: #34D130; }
a { background-color: rgb(52,209,48); }
div.DivClassName
{
background-color: #34D130;
}
.BgClassName
{
background-color: #34D130;
}
</style>
border-color css
<style>
span { border-color: #34D130; }
span { border-color: rgb(52,209,48); }
td.TdClassName
{
border-color: #34D130;
}
.TagClassName
{
border-color: #34D130;
}
</style>