#3ECF4C

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

Shades of Lime Green #3ECF4C

Tints of Lime Green #3ECF4C

Color information

#3ECF4C (or 0x3ECF4C) is unknown color: approx Lime Green. HEX triplet: 3E, CF and 4C. RGB value is (62,207,76). Sum of RGB (Red+Green+Blue) = 62+207+76=345 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.97% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #3ECF4C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ECF4C is #C130B3. Grayscale: #959595. Windows color (decimal): -12660916 or 5033790. OLE color: 5033790.

HSL color Cylindrical-coordinate representation of color #3ECF4C: hue angle of 125.79º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3ECF4C is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB6220776-
CMYK0.7000.630.19
HSL125.79º60.17%52.75%-
HSV(B)125.79º70.05%81.18%-
XYZ25.646.1714.4-
YUV148.7186.9666.15-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 17.97%
GREEN value IS 207 (81.25% from 255) = 60%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=17.97%
G=60%
B=22.03%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal62207760.7000.630.19125.7960.1752.75
Hex3ECF4C4603F137e3c35
Octal76317114106077231767465
Binary11111011001111100110010001100111111100111111110111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ECF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,207,76); }

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

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

 a { background-color: rgb(62,207,76); }

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

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

 span { border-color: rgb(62,207,76); }

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