Shades of Lime Green #34D030
Tints of Lime Green #34D030
RGB
CMYK
RGB Variations
Color information
#34D030 (or 0x34D030) is known color: Lime Green. HEX triplet: 34, D0 and 30. RGB value is (52,208,48). Sum of RGB (Red+Green+Blue) = 52+208+48=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 208 (81.64% from 255 or 67.53% from 308); Blue value is 48 (19.14% from 255 or 15.58% from 308); Max value from RGB is 208 - color contains mainly: green. Hex color #34D030 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D030 is #CB2FCF. Grayscale: #8F8F8F. Windows color (decimal): -13316048 or 3199028. OLE color: 3199028.
HSL color Cylindrical-coordinate representation of color #34D030: hue angle of 118.5º degrees, saturation: 0.63, 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 #34D030 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 48 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.18 |
| HSL | 118.5º | 0.63% | 0.5% | - |
| HSV(B) | 118.5º | 0.77% | 0.82% | - |
| XYZ | 24.51 | 46.06 | 10.39 | - |
| YUV | 143.12 | 74.32 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 48 | 0.75 | 0 | 0.77 | 0.18 | 118.5 | 0.63 | 0.5 |
| Hex | 34 | D0 | 30 | 4B | 0 | 4D | 12 | 76 | 3F | 32 |
| Octal | 64 | 320 | 60 | 113 | 0 | 115 | 22 | 166 | 77 | 62 |
| Binary | 110100 | 11010000 | 110000 | 1001011 | 0 | 1001101 | 10010 | 1110110 | 111111 | 110010 |
Color Harmonies of #34D030
Complementary color
Monochromatic Colors of #34D030
Black with #34D030
Text Example
Text Example
White with #34D030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D030; }
p { color: rgb(52,208,48); }
H1.HeaderClassName
{
color: #34D030;
}
.AnyTagClassName
{
color: #34D030;
}
</style>
background-color css
<style>
a { background-color: #34D030; }
a { background-color: rgb(52,208,48); }
div.DivClassName
{
background-color: #34D030;
}
.BgClassName
{
background-color: #34D030;
}
</style>
border-color css
<style>
span { border-color: #34D030; }
span { border-color: rgb(52,208,48); }
td.TdClassName
{
border-color: #34D030;
}
.TagClassName
{
border-color: #34D030;
}
</style>