#3EB63F

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

Shades of Lime Green #3EB63F

Tints of Lime Green #3EB63F

Color information

#3EB63F (or 0x3EB63F) is unknown color: approx Lime Green. HEX triplet: 3E, B6 and 3F. RGB value is (62,182,63). Sum of RGB (Red+Green+Blue) = 62+182+63=307 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.20% from 307); Green value is 182 (71.48% from 255 or 59.28% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 182 - color contains mainly: green. Hex color #3EB63F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EB63F is #C149C0. Grayscale: #848484. Windows color (decimal): -12667329 or 4175422. OLE color: 4175422.

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

Color convert

RGB6218263-
CMYK0.6600.650.29
HSL120.5º49.18%47.84%-
HSV(B)120.5º65.93%71.37%-
XYZ19.6134.8410.39-
YUV132.5588.7477.68-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 20.20%
GREEN value IS 182 (71.48% from 255) = 59.28%
BLUE value IS 63 (25% from 255) = 20.52%
R=20.20%
G=59.28%
B=20.52%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal62182630.6600.650.29120.549.1847.84
Hex3EB63F420411D783130
Octal76266771020101351706160
Binary11111010110110111111100001001000001111011111000110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,182,63); }

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

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

 a { background-color: rgb(62,182,63); }

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

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

 span { border-color: rgb(62,182,63); }

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