#34D651

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

Shades of Lime Green #34D651

Tints of Lime Green #34D651

Color information

#34D651 (or 0x34D651) is unknown color: approx Lime Green. HEX triplet: 34, D6 and 51. RGB value is (52,214,81). Sum of RGB (Red+Green+Blue) = 52+214+81=347 (45% of max value = 765). Red value is 52 (20.70% from 255 or 14.99% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 81 (32.03% from 255 or 23.34% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #34D651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D651 is #CB29AE. Grayscale: #969696. Windows color (decimal): -13314479 or 5363252. OLE color: 5363252.

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

Color convert

RGB5221481-
CMYK0.7600.620.16
HSL130.74º66.39%52.16%-
HSV(B)130.74º75.7%83.92%-
XYZ26.9549.4215.9-
YUV150.488.8357.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.99%
GREEN value IS 214 (83.98% from 255) = 61.67%
BLUE value IS 81 (32.03% from 255) = 23.34%
R=14.99%
G=61.67%
B=23.34%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal52214810.7600.620.16130.7466.3952.16
Hex34D6514C03E10834234
Octal643261211140762020310264
Binary1101001101011010100011001100011111010000100000111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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