#3ED134

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

Shades of Lime Green #3ED134

Tints of Lime Green #3ED134

Color information

#3ED134 (or 0x3ED134) is unknown color: approx Lime Green. HEX triplet: 3E, D1 and 34. RGB value is (62,209,52). Sum of RGB (Red+Green+Blue) = 62+209+52=323 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.20% from 323); Green value is 209 (82.03% from 255 or 64.71% from 323); Blue value is 52 (20.70% from 255 or 16.10% from 323); Max value from RGB is 209 - color contains mainly: green. Hex color #3ED134 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ED134 is #C12ECB. Grayscale: #939393. Windows color (decimal): -12660428 or 3461438. OLE color: 3461438.

HSL color Cylindrical-coordinate representation of color #3ED134: hue angle of 116.18º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3ED134 is Cyan = 0.70, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.

Color convert

RGB6220952-
CMYK0.7000.750.18
HSL116.18º63.05%51.18%-
HSV(B)116.18º75.12%81.96%-
XYZ25.4146.8710.96-
YUV147.1574.367.27-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 19.20%
GREEN value IS 209 (82.03% from 255) = 64.71%
BLUE value IS 52 (20.70% from 255) = 16.10%
R=19.20%
G=64.71%
B=16.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal62209520.7000.750.18116.1863.0551.18
Hex3ED1344604B12743f33
Octal76321641060113221647763
Binary11111011010001110100100011001001011100101110100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ED134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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