Shades of Lime Green #34BF39
Tints of Lime Green #34BF39
RGB
CMYK
RGB Variations
Color information
#34BF39 (or 0x34BF39) is known color: Lime Green. HEX triplet: 34, BF and 39. RGB value is (52,191,57). Sum of RGB (Red+Green+Blue) = 52+191+57=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 191 (75% from 255 or 63.67% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 191 - color contains mainly: green. Hex color #34BF39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BF39 is #CB40C6. Grayscale: #868686. Windows color (decimal): -13320391 or 3784500. OLE color: 3784500.
HSL color Cylindrical-coordinate representation of color #34BF39: hue angle of 122.16º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BF39 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 191 | 57 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.25 |
| HSL | 122.16º | 0.57% | 0.48% | - |
| HSV(B) | 122.16º | 0.73% | 0.75% | - |
| XYZ | 20.79 | 38.29 | 10.17 | - |
| YUV | 134.16 | 84.45 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 191 | 57 | 0.73 | 0 | 0.70 | 0.25 | 122.16 | 0.57 | 0.48 |
| Hex | 34 | BF | 39 | 49 | 0 | 46 | 19 | 7A | 39 | 30 |
| Octal | 64 | 277 | 71 | 111 | 0 | 106 | 31 | 172 | 71 | 60 |
| Binary | 110100 | 10111111 | 111001 | 1001001 | 0 | 1000110 | 11001 | 1111010 | 111001 | 110000 |
Color Harmonies of #34BF39
Complementary color
Monochromatic Colors of #34BF39
Black with #34BF39
Text Example
Text Example
White with #34BF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BF39; }
p { color: rgb(52,191,57); }
H1.HeaderClassName
{
color: #34BF39;
}
.AnyTagClassName
{
color: #34BF39;
}
</style>
background-color css
<style>
a { background-color: #34BF39; }
a { background-color: rgb(52,191,57); }
div.DivClassName
{
background-color: #34BF39;
}
.BgClassName
{
background-color: #34BF39;
}
</style>
border-color css
<style>
span { border-color: #34BF39; }
span { border-color: rgb(52,191,57); }
td.TdClassName
{
border-color: #34BF39;
}
.TagClassName
{
border-color: #34BF39;
}
</style>