#34B52F

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

Shades of Lime Green #34B52F

Tints of Lime Green #34B52F

Color information

#34B52F (or 0x34B52F) is unknown color: approx Lime Green. HEX triplet: 34, B5 and 2F. RGB value is (52,181,47). Sum of RGB (Red+Green+Blue) = 52+181+47=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 181 (71.09% from 255 or 64.64% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 181 - color contains mainly: green. Hex color #34B52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B52F is #CB4AD0. Grayscale: #7F7F7F. Windows color (decimal): -13322961 or 3126580. OLE color: 3126580.

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

Color convert

RGB5218147-
CMYK0.7100.740.29
HSL117.76º58.77%44.71%-
HSV(B)117.76º74.03%70.98%-
XYZ18.4533.988.28-
YUV127.1582.7674.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 181 (71.09% from 255) = 64.64%
BLUE value IS 47 (18.75% from 255) = 16.79%
R=18.57%
G=64.64%
B=16.79%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52181470.7100.740.29117.7658.7744.71
Hex34B52F4704A1D763b2d
Octal64265571070112351667355
Binary11010010110101101111100011101001010111011110110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,181,47); }

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

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

 a { background-color: rgb(52,181,47); }

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

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

 span { border-color: rgb(52,181,47); }

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