#34B626

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

Shades of Lime Green #34B626

Tints of Lime Green #34B626

Color information

#34B626 (or 0x34B626) is unknown color: approx Lime Green. HEX triplet: 34, B6 and 26. RGB value is (52,182,38). Sum of RGB (Red+Green+Blue) = 52+182+38=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 182 (71.48% from 255 or 66.91% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 182 - color contains mainly: green. Hex color #34B626 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B626 is #CB49D9. Grayscale: #7F7F7F. Windows color (decimal): -13322714 or 2537012. OLE color: 2537012.

HSL color Cylindrical-coordinate representation of color #34B626: hue angle of 114.17º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34B626 is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB5218238-
CMYK0.7100.790.29
HSL114.17º65.45%43.14%-
HSV(B)114.17º79.12%71.37%-
XYZ18.4934.337.48-
YUV126.7177.9374.71-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.12%
GREEN value IS 182 (71.48% from 255) = 66.91%
BLUE value IS 38 (15.23% from 255) = 13.97%
R=19.12%
G=66.91%
B=13.97%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52182380.7100.790.29114.1765.4543.14
Hex34B6264704F1D72412b
Octal642664610701173516210153
Binary110100101101101001101000111010011111110111100101000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,38); }

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

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

 a { background-color: rgb(52,182,38); }

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

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

 span { border-color: rgb(52,182,38); }

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