#34D647

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

Shades of Lime Green #34D647

Tints of Lime Green #34D647

Color information

#34D647 (or 0x34D647) is unknown color: approx Lime Green. HEX triplet: 34, D6 and 47. RGB value is (52,214,71). Sum of RGB (Red+Green+Blue) = 52+214+71=337 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.43% from 337); Green value is 214 (83.98% from 255 or 63.50% from 337); Blue value is 71 (28.12% from 255 or 21.07% from 337); Max value from RGB is 214 - color contains mainly: green. Hex color #34D647 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34D647 is #CB29B8. Grayscale: #959595. Windows color (decimal): -13314489 or 4707892. OLE color: 4707892.

HSL color Cylindrical-coordinate representation of color #34D647: hue angle of 127.04º degrees, saturation: 0.66, 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 #34D647 is Cyan = 0.76, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB5221471-
CMYK0.7600.670.16
HSL127.04º66.39%52.16%-
HSV(B)127.04º75.7%83.92%-
XYZ26.649.2814.07-
YUV149.2683.8358.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.43%
GREEN value IS 214 (83.98% from 255) = 63.50%
BLUE value IS 71 (28.12% from 255) = 21.07%
R=15.43%
G=63.50%
B=21.07%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52214710.7600.670.16127.0466.3952.16
Hex34D6474C043107f4234
Octal6432610711401032017710264
Binary1101001101011010001111001100010000111000011111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,214,71); }

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

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

 a { background-color: rgb(52,214,71); }

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

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

 span { border-color: rgb(52,214,71); }

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