#3EB52F

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

Shades of Lime Green #3EB52F

Tints of Lime Green #3EB52F

Color information

#3EB52F (or 0x3EB52F) is unknown color: approx Lime Green. HEX triplet: 3E, B5 and 2F. RGB value is (62,181,47). Sum of RGB (Red+Green+Blue) = 62+181+47=290 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.38% from 290); Green value is 181 (71.09% from 255 or 62.41% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 181 - color contains mainly: green. Hex color #3EB52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB52F is #C14AD0. Grayscale: #828282. Windows color (decimal): -12667601 or 3126590. OLE color: 3126590.

HSL color Cylindrical-coordinate representation of color #3EB52F: hue angle of 113.28º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EB52F is Cyan = 0.66, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB6218147-
CMYK0.6600.740.29
HSL113.28º58.77%44.71%-
HSV(B)113.28º74.03%70.98%-
XYZ19.0234.288.3-
YUV130.1481.0879.4-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.38%
GREEN value IS 181 (71.09% from 255) = 62.41%
BLUE value IS 47 (18.75% from 255) = 16.21%
R=21.38%
G=62.41%
B=16.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal62181470.6600.740.29113.2858.7744.71
Hex3EB52F4204A1D713b2d
Octal76265571020112351617355
Binary11111010110101101111100001001001010111011110001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,181,47); }

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

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

 a { background-color: rgb(62,181,47); }

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

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

 span { border-color: rgb(62,181,47); }

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