#34B43A

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

Shades of Lime Green #34B43A

Tints of Lime Green #34B43A

Color information

#34B43A (or 0x34B43A) is unknown color: approx Lime Green. HEX triplet: 34, B4 and 3A. RGB value is (52,180,58). Sum of RGB (Red+Green+Blue) = 52+180+58=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 58 (23.05% from 255 or 20% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #34B43A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34B43A is #CB4BC5. Grayscale: #808080. Windows color (decimal): -13323206 or 3847220. OLE color: 3847220.

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

Color convert

RGB5218058-
CMYK0.7100.680.29
HSL122.81º55.17%45.49%-
HSV(B)122.81º71.11%70.59%-
XYZ18.533.689.53-
YUV127.8288.5973.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.93%
GREEN value IS 180 (70.70% from 255) = 62.07%
BLUE value IS 58 (23.05% from 255) = 20%
R=17.93%
G=62.07%
B=20%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52180580.7100.680.29122.8155.1745.49
Hex34B43A470441D7b372d
Octal64264721070104351736755
Binary11010010110100111010100011101000100111011111011110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,180,58); }

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

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

 a { background-color: rgb(52,180,58); }

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

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

 span { border-color: rgb(52,180,58); }

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