Shades of Lime Green #34D039
Tints of Lime Green #34D039
RGB
CMYK
RGB Variations
Color information
#34D039 (or 0x34D039) is known color: Lime Green. HEX triplet: 34, D0 and 39. RGB value is (52,208,57). Sum of RGB (Red+Green+Blue) = 52+208+57=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #34D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D039 is #CB2FC6. Grayscale: #909090. Windows color (decimal): -13316039 or 3788852. OLE color: 3788852.
HSL color Cylindrical-coordinate representation of color #34D039: hue angle of 121.92º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D039 is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 208 | 57 | - |
| CMYK | 0.75 | 0 | 0.73 | 0.18 |
| HSL | 121.92º | 0.62% | 0.51% | - |
| HSV(B) | 121.92º | 0.75% | 0.82% | - |
| XYZ | 24.71 | 46.14 | 11.47 | - |
| YUV | 144.14 | 78.82 | 62.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 208 | 57 | 0.75 | 0 | 0.73 | 0.18 | 121.92 | 0.62 | 0.51 |
| Hex | 34 | D0 | 39 | 4B | 0 | 49 | 12 | 7A | 3E | 33 |
| Octal | 64 | 320 | 71 | 113 | 0 | 111 | 22 | 172 | 76 | 63 |
| Binary | 110100 | 11010000 | 111001 | 1001011 | 0 | 1001001 | 10010 | 1111010 | 111110 | 110011 |
Color Harmonies of #34D039
Complementary color
Monochromatic Colors of #34D039
Black with #34D039
Text Example
Text Example
White with #34D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D039; }
p { color: rgb(52,208,57); }
H1.HeaderClassName
{
color: #34D039;
}
.AnyTagClassName
{
color: #34D039;
}
</style>
background-color css
<style>
a { background-color: #34D039; }
a { background-color: rgb(52,208,57); }
div.DivClassName
{
background-color: #34D039;
}
.BgClassName
{
background-color: #34D039;
}
</style>
border-color css
<style>
span { border-color: #34D039; }
span { border-color: rgb(52,208,57); }
td.TdClassName
{
border-color: #34D039;
}
.TagClassName
{
border-color: #34D039;
}
</style>