Shades of Lime Green #34BC29
Tints of Lime Green #34BC29
RGB
CMYK
RGB Variations
Color information
#34BC29 (or 0x34BC29) is known color: Lime Green. HEX triplet: 34, BC and 29. RGB value is (52,188,41). Sum of RGB (Red+Green+Blue) = 52+188+41=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 188 (73.83% from 255 or 66.90% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BC29 is #CB43D6. Grayscale: #838383. Windows color (decimal): -13321175 or 2735156. OLE color: 2735156.
HSL color Cylindrical-coordinate representation of color #34BC29: hue angle of 115.51º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34BC29 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 188 | 41 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.26 |
| HSL | 115.51º | 0.64% | 0.45% | - |
| HSV(B) | 115.51º | 0.78% | 0.74% | - |
| XYZ | 19.8 | 36.86 | 8.17 | - |
| YUV | 130.58 | 77.44 | 71.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 188 | 41 | 0.72 | 0 | 0.78 | 0.26 | 115.51 | 0.64 | 0.45 |
| Hex | 34 | BC | 29 | 48 | 0 | 4E | 1A | 74 | 40 | 2D |
| Octal | 64 | 274 | 51 | 110 | 0 | 116 | 32 | 164 | 100 | 55 |
| Binary | 110100 | 10111100 | 101001 | 1001000 | 0 | 1001110 | 11010 | 1110100 | 1000000 | 101101 |
Color Harmonies of #34BC29
Complementary color
Monochromatic Colors of #34BC29
Black with #34BC29
Text Example
Text Example
White with #34BC29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34BC29; }
p { color: rgb(52,188,41); }
H1.HeaderClassName
{
color: #34BC29;
}
.AnyTagClassName
{
color: #34BC29;
}
</style>
background-color css
<style>
a { background-color: #34BC29; }
a { background-color: rgb(52,188,41); }
div.DivClassName
{
background-color: #34BC29;
}
.BgClassName
{
background-color: #34BC29;
}
</style>
border-color css
<style>
span { border-color: #34BC29; }
span { border-color: rgb(52,188,41); }
td.TdClassName
{
border-color: #34BC29;
}
.TagClassName
{
border-color: #34BC29;
}
</style>