#34DC3F

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

Shades of Lime Green #34DC3F

Tints of Lime Green #34DC3F

Color information

#34DC3F (or 0x34DC3F) is unknown color: approx Lime Green. HEX triplet: 34, DC and 3F. RGB value is (52,220,63). Sum of RGB (Red+Green+Blue) = 52+220+63=335 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.52% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #34DC3F is #CB23C0. Grayscale: #989898. Windows color (decimal): -13312961 or 4185140. OLE color: 4185140.

HSL color Cylindrical-coordinate representation of color #34DC3F: hue angle of 123.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC3F is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB5222063-
CMYK0.7600.710.14
HSL123.93º70.59%53.33%-
HSV(B)123.93º76.36%86.27%-
XYZ27.9152.2813.32-
YUV151.8777.8456.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.52%
GREEN value IS 220 (86.33% from 255) = 65.67%
BLUE value IS 63 (25% from 255) = 18.81%
R=15.52%
G=65.67%
B=18.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal52220630.7600.710.14123.9370.5953.33
Hex34DC3F4C047E7c4735
Octal643347711401071617410765
Binary11010011011100111111100110001000111111011111001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DC3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,220,63); }

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

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

 a { background-color: rgb(52,220,63); }

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

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

 span { border-color: rgb(52,220,63); }

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