Shades of Lime Green #34D730
Tints of Lime Green #34D730
RGB
CMYK
RGB Variations
Color information
#34D730 (or 0x34D730) is known color: Lime Green. HEX triplet: 34, D7 and 30. RGB value is (52,215,48). Sum of RGB (Red+Green+Blue) = 52+215+48=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 215 (84.38% from 255 or 68.25% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 215 - color contains mainly: green. Hex color #34D730 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D730 is #CB28CF. Grayscale: #939393. Windows color (decimal): -13314256 or 3200820. OLE color: 3200820.
HSL color Cylindrical-coordinate representation of color #34D730: hue angle of 118.56º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34D730 is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 215 | 48 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.16 |
| HSL | 118.56º | 0.68% | 0.52% | - |
| HSV(B) | 118.56º | 0.78% | 0.84% | - |
| XYZ | 26.25 | 49.54 | 10.98 | - |
| YUV | 147.23 | 72 | 60.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 215 | 48 | 0.76 | 0 | 0.78 | 0.16 | 118.56 | 0.68 | 0.52 |
| Hex | 34 | D7 | 30 | 4C | 0 | 4E | 10 | 77 | 44 | 34 |
| Octal | 64 | 327 | 60 | 114 | 0 | 116 | 20 | 167 | 104 | 64 |
| Binary | 110100 | 11010111 | 110000 | 1001100 | 0 | 1001110 | 10000 | 1110111 | 1000100 | 110100 |
Color Harmonies of #34D730
Complementary color
Monochromatic Colors of #34D730
Black with #34D730
Text Example
Text Example
White with #34D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D730; }
p { color: rgb(52,215,48); }
H1.HeaderClassName
{
color: #34D730;
}
.AnyTagClassName
{
color: #34D730;
}
</style>
background-color css
<style>
a { background-color: #34D730; }
a { background-color: rgb(52,215,48); }
div.DivClassName
{
background-color: #34D730;
}
.BgClassName
{
background-color: #34D730;
}
</style>
border-color css
<style>
span { border-color: #34D730; }
span { border-color: rgb(52,215,48); }
td.TdClassName
{
border-color: #34D730;
}
.TagClassName
{
border-color: #34D730;
}
</style>