#34C629

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

Shades of Lime Green #34C629

Tints of Lime Green #34C629

Color information

#34C629 (or 0x34C629) is unknown color: approx Lime Green. HEX triplet: 34, C6 and 29. RGB value is (52,198,41). Sum of RGB (Red+Green+Blue) = 52+198+41=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 198 (77.73% from 255 or 68.04% from 291); Blue value is 41 (16.41% from 255 or 14.09% from 291); Max value from RGB is 198 - color contains mainly: green. Hex color #34C629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34C629 is #CB39D6. Grayscale: #888888. Windows color (decimal): -13318615 or 2737716. OLE color: 2737716.

HSL color Cylindrical-coordinate representation of color #34C629: hue angle of 115.8º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34C629 is Cyan = 0.74, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB5219841-
CMYK0.7400.790.22
HSL115.8º65.69%46.86%-
HSV(B)115.8º79.29%77.65%-
XYZ22.0141.288.91-
YUV136.4574.1367.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 198 (77.73% from 255) = 68.04%
BLUE value IS 41 (16.41% from 255) = 14.09%
R=17.87%
G=68.04%
B=14.09%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal52198410.7400.790.22115.865.6946.86
Hex34C6294A04F1674422f
Octal643065111201172616410257
Binary110100110001101010011001010010011111011011101001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34C629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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