#3EB038

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

Shades of Lime Green #3EB038

Tints of Lime Green #3EB038

Color information

#3EB038 (or 0x3EB038) is unknown color: approx Lime Green. HEX triplet: 3E, B0 and 38. RGB value is (62,176,56). Sum of RGB (Red+Green+Blue) = 62+176+56=294 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.09% from 294); Green value is 176 (69.14% from 255 or 59.86% from 294); Blue value is 56 (22.27% from 255 or 19.05% from 294); Max value from RGB is 176 - color contains mainly: green. Hex color #3EB038 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3EB038 is #C14FC7. Grayscale: #808080. Windows color (decimal): -12668872 or 3715134. OLE color: 3715134.

HSL color Cylindrical-coordinate representation of color #3EB038: hue angle of 117º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3EB038 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB6217656-
CMYK0.6500.680.31
HSL117º51.72%45.49%-
HSV(B)117º68.18%69.02%-
XYZ18.2332.369.03-
YUV128.2387.2380.76-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.09%
GREEN value IS 176 (69.14% from 255) = 59.86%
BLUE value IS 56 (22.27% from 255) = 19.05%
R=21.09%
G=59.86%
B=19.05%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal62176560.6500.680.3111751.7245.49
Hex3EB038410441F75342d
Octal76260701010104371656455
Binary11111010110000111000100000101000100111111110101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EB038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,176,56); }

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

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

 a { background-color: rgb(62,176,56); }

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

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

 span { border-color: rgb(62,176,56); }

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