Shades of Lime Green #34B039
Tints of Lime Green #34B039
RGB
CMYK
RGB Variations
Color information
#34B039 (or 0x34B039) is known color: Lime Green. HEX triplet: 34, B0 and 39. RGB value is (52,176,57). Sum of RGB (Red+Green+Blue) = 52+176+57=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 176 (69.14% from 255 or 61.75% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 176 - color contains mainly: green. Hex color #34B039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34B039 is #CB4FC6. Grayscale: #7D7D7D. Windows color (decimal): -13324231 or 3780660. OLE color: 3780660.
HSL color Cylindrical-coordinate representation of color #34B039: hue angle of 122.42º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #34B039 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 176 | 57 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.31 |
| HSL | 122.42º | 0.54% | 0.45% | - |
| HSV(B) | 122.42º | 0.7% | 0.69% | - |
| XYZ | 17.68 | 32.08 | 9.13 | - |
| YUV | 125.36 | 89.42 | 75.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 176 | 57 | 0.70 | 0 | 0.68 | 0.31 | 122.42 | 0.54 | 0.45 |
| Hex | 34 | B0 | 39 | 46 | 0 | 44 | 1F | 7A | 36 | 2D |
| Octal | 64 | 260 | 71 | 106 | 0 | 104 | 37 | 172 | 66 | 55 |
| Binary | 110100 | 10110000 | 111001 | 1000110 | 0 | 1000100 | 11111 | 1111010 | 110110 | 101101 |
Color Harmonies of #34B039
Complementary color
Monochromatic Colors of #34B039
Black with #34B039
Text Example
Text Example
White with #34B039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34B039; }
p { color: rgb(52,176,57); }
H1.HeaderClassName
{
color: #34B039;
}
.AnyTagClassName
{
color: #34B039;
}
</style>
background-color css
<style>
a { background-color: #34B039; }
a { background-color: rgb(52,176,57); }
div.DivClassName
{
background-color: #34B039;
}
.BgClassName
{
background-color: #34B039;
}
</style>
border-color css
<style>
span { border-color: #34B039; }
span { border-color: rgb(52,176,57); }
td.TdClassName
{
border-color: #34B039;
}
.TagClassName
{
border-color: #34B039;
}
</style>