#34D150

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

Shades of Lime Green #34D150

Tints of Lime Green #34D150

Color information

#34D150 (or 0x34D150) is unknown color: approx Lime Green. HEX triplet: 34, D1 and 50. RGB value is (52,209,80). Sum of RGB (Red+Green+Blue) = 52+209+80=341 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.25% from 341); Green value is 209 (82.03% from 255 or 61.29% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 209 - color contains mainly: green. Hex color #34D150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D150 is #CB2EAF. Grayscale: #939393. Windows color (decimal): -13315760 or 5296436. OLE color: 5296436.

HSL color Cylindrical-coordinate representation of color #34D150: hue angle of 130.7º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D150 is Cyan = 0.75, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB5220980-
CMYK0.7500.620.18
HSL130.7º63.05%51.18%-
HSV(B)130.7º75.12%81.96%-
XYZ25.6646.9115.29-
YUV147.3589.9959.99-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.25%
GREEN value IS 209 (82.03% from 255) = 61.29%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=15.25%
G=61.29%
B=23.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal52209800.7500.620.18130.763.0551.18
Hex34D1504B03E12833f33
Octal64321120113076222037763
Binary110100110100011010000100101101111101001010000011111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,209,80); }

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

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

 a { background-color: rgb(52,209,80); }

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

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

 span { border-color: rgb(52,209,80); }

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