#34B329

Color #34B329 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #34B329

Tints of Lime Green #34B329

Color information

#34B329 (or 0x34B329) is unknown color: approx Lime Green. HEX triplet: 34, B3 and 29. RGB value is (52,179,41). Sum of RGB (Red+Green+Blue) = 52+179+41=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 179 (70.31% from 255 or 65.81% from 272); Blue value is 41 (16.41% from 255 or 15.07% from 272); Max value from RGB is 179 - color contains mainly: green. Hex color #34B329 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B329 is #CB4CD6. Grayscale: #7D7D7D. Windows color (decimal): -13323479 or 2732852. OLE color: 2732852.

HSL color Cylindrical-coordinate representation of color #34B329: hue angle of 115.22º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34B329 is Cyan = 0.71, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.

Color convert

RGB5217941-
CMYK0.7100.770.30
HSL115.22º62.73%43.14%-
HSV(B)115.22º77.09%70.2%-
XYZ17.9433.137.55-
YUV125.380.4275.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 179 (70.31% from 255) = 65.81%
BLUE value IS 41 (16.41% from 255) = 15.07%
R=19.12%
G=65.81%
B=15.07%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal52179410.7100.770.30115.2262.7343.14
Hex34B3294704D1E733f2b
Octal64263511070115361637753
Binary11010010110011101001100011101001101111101110011111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34B329; }

 p { color: rgb(52,179,41); }

 H1.HeaderClassName
 {
   color: #34B329;
 }
 .AnyTagClassName
 {
   color: #34B329;
 }
</style>
background-color css

<style>
 a { background-color: #34B329; }

 a { background-color: rgb(52,179,41); }

 div.DivClassName
 {
   background-color: #34B329;
 }
 .BgClassName
 {
   background-color: #34B329;
 }
</style>
border-color css

<style>
 span { border-color: #34B329; }

 span { border-color: rgb(52,179,41); }

 td.TdClassName
 {
   border-color: #34B329;
 }
 .TagClassName
 {
   border-color: #34B329;
 }
</style>