Shades of Lime Green #34C829
Tints of Lime Green #34C829
RGB
CMYK
RGB Variations
Color information
#34C829 (or 0x34C829) is known color: Lime Green. HEX triplet: 34, C8 and 29. RGB value is (52,200,41). Sum of RGB (Red+Green+Blue) = 52+200+41=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #34C829 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C829 is #CB37D6. Grayscale: #8A8A8A. Windows color (decimal): -13318103 or 2738228. OLE color: 2738228.
HSL color Cylindrical-coordinate representation of color #34C829: hue angle of 115.85º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #34C829 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 200 | 41 | - |
| CMYK | 0.74 | 0 | 0.80 | 0.22 |
| HSL | 115.85º | 0.66% | 0.47% | - |
| HSV(B) | 115.85º | 0.8% | 0.78% | - |
| XYZ | 22.47 | 42.2 | 9.06 | - |
| YUV | 137.62 | 73.47 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 200 | 41 | 0.74 | 0 | 0.80 | 0.22 | 115.85 | 0.66 | 0.47 |
| Hex | 34 | C8 | 29 | 4A | 0 | 50 | 16 | 74 | 42 | 2F |
| Octal | 64 | 310 | 51 | 112 | 0 | 120 | 26 | 164 | 102 | 57 |
| Binary | 110100 | 11001000 | 101001 | 1001010 | 0 | 1010000 | 10110 | 1110100 | 1000010 | 101111 |
Color Harmonies of #34C829
Complementary color
Monochromatic Colors of #34C829
Black with #34C829
Text Example
Text Example
White with #34C829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34C829; }
p { color: rgb(52,200,41); }
H1.HeaderClassName
{
color: #34C829;
}
.AnyTagClassName
{
color: #34C829;
}
</style>
background-color css
<style>
a { background-color: #34C829; }
a { background-color: rgb(52,200,41); }
div.DivClassName
{
background-color: #34C829;
}
.BgClassName
{
background-color: #34C829;
}
</style>
border-color css
<style>
span { border-color: #34C829; }
span { border-color: rgb(52,200,41); }
td.TdClassName
{
border-color: #34C829;
}
.TagClassName
{
border-color: #34C829;
}
</style>