#34d740

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

Shades of Lime Green #34D740

Tints of Lime Green #34D740

Color information

#34D740 (or 0x34D740) is unknown color: approx Lime Green. HEX triplet: 34, D7 and 40. RGB value is (52,215,64). Sum of RGB (Red+Green+Blue) = 52+215+64=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #34D740 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D740 is #CB28BF. Grayscale: #959595. Windows color (decimal): -13314240 or 4249396. OLE color: 4249396.

HSL color Cylindrical-coordinate representation of color #34D740: hue angle of 124.42º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D740 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB5221564-
CMYK0.7600.700.16
HSL124.42º67.08%52.35%-
HSV(B)124.42º75.81%84.31%-
XYZ26.6449.713.04-
YUV149.058058.78-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.71%
GREEN value IS 215 (84.38% from 255) = 64.95%
BLUE value IS 64 (25.39% from 255) = 19.34%
R=15.71%
G=64.95%
B=19.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52215640.7600.700.16124.4267.0852.35
Hex34D7404C046107c4334
Octal6432710011401062017410364
Binary1101001101011110000001001100010001101000011111001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34d740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,215,64); }

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

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

 a { background-color: rgb(52,215,64); }

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

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

 span { border-color: rgb(52,215,64); }

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