#3ead34

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

Shades of Lime Green #3EAD34

Tints of Lime Green #3EAD34

Color information

#3EAD34 (or 0x3EAD34) is unknown color: approx Lime Green. HEX triplet: 3E, AD and 34. RGB value is (62,173,52). Sum of RGB (Red+Green+Blue) = 62+173+52=287 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.60% from 287); Green value is 173 (67.97% from 255 or 60.28% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 173 - color contains mainly: green. Hex color #3EAD34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EAD34 is #C152CB. Grayscale: #7E7E7E. Windows color (decimal): -12669644 or 3452222. OLE color: 3452222.

HSL color Cylindrical-coordinate representation of color #3EAD34: hue angle of 115.04º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3EAD34 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB6217352-
CMYK0.6400.700.32
HSL115.04º53.78%44.12%-
HSV(B)115.04º69.94%67.84%-
XYZ17.5531.168.34-
YUV126.0286.2382.34-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.60%
GREEN value IS 173 (67.97% from 255) = 60.28%
BLUE value IS 52 (20.70% from 255) = 18.12%
R=21.60%
G=60.28%
B=18.12%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62173520.6400.700.32115.0453.7844.12
Hex3EAD34400462073362c
Octal76255641000106401636654
Binary111110101011011101001000000010001101000001110011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ead34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3ead34; }

 p { color: rgb(62,173,52); }

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

<style>
 a { background-color: #3ead34; }

 a { background-color: rgb(62,173,52); }

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

<style>
 span { border-color: #3ead34; }

 span { border-color: rgb(62,173,52); }

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