#3EC745

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

Shades of Lime Green #3EC745

Tints of Lime Green #3EC745

Color information

#3EC745 (or 0x3EC745) is unknown color: approx Lime Green. HEX triplet: 3E, C7 and 45. RGB value is (62,199,69). Sum of RGB (Red+Green+Blue) = 62+199+69=330 (43% of max value = 765). Red value is 62 (24.61% from 255 or 18.79% from 330); Green value is 199 (78.12% from 255 or 60.30% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 199 - color contains mainly: green. Hex color #3EC745 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3EC745 is #C138BA. Grayscale: #8F8F8F. Windows color (decimal): -12662971 or 4572990. OLE color: 4572990.

HSL color Cylindrical-coordinate representation of color #3EC745: hue angle of 123.07º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3EC745 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB6219969-
CMYK0.6900.650.22
HSL123.07º55.02%51.18%-
HSV(B)123.07º68.84%78.04%-
XYZ23.4842.312.56-
YUV143.2286.1170.07-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 18.79%
GREEN value IS 199 (78.12% from 255) = 60.30%
BLUE value IS 69 (27.34% from 255) = 20.91%
R=18.79%
G=60.30%
B=20.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal62199690.6900.650.22123.0755.0251.18
Hex3EC74545041167b3733
Octal763071051050101261736763
Binary111110110001111000101100010101000001101101111011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EC745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,199,69); }

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

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

 a { background-color: rgb(62,199,69); }

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

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

 span { border-color: rgb(62,199,69); }

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