#34BD4C

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

Shades of Lime Green #34BD4C

Tints of Lime Green #34BD4C

Color information

#34BD4C (or 0x34BD4C) is unknown color: approx Lime Green. HEX triplet: 34, BD and 4C. RGB value is (52,189,76). Sum of RGB (Red+Green+Blue) = 52+189+76=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 76 (30.08% from 255 or 23.97% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #34BD4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34BD4C is #CB42B3. Grayscale: #878787. Windows color (decimal): -13320884 or 5029172. OLE color: 5029172.

HSL color Cylindrical-coordinate representation of color #34BD4C: hue angle of 130.51º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #34BD4C is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB5218976-
CMYK0.7200.600.26
HSL130.51º56.85%47.25%-
HSV(B)130.51º72.49%74.12%-
XYZ20.9237.6513-
YUV135.1694.6168.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.40%
GREEN value IS 189 (74.22% from 255) = 59.62%
BLUE value IS 76 (30.08% from 255) = 23.97%
R=16.40%
G=59.62%
B=23.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52189760.7200.600.26130.5156.8547.25
Hex34BD4C4803C1A83392f
Octal64275114110074322037157
Binary110100101111011001100100100001111001101010000011111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,189,76); }

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

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

 a { background-color: rgb(52,189,76); }

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

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

 span { border-color: rgb(52,189,76); }

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