#3DC43E

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

Shades of Lime Green #3DC43E

Tints of Lime Green #3DC43E

Color information

#3DC43E (or 0x3DC43E) is unknown color: approx Lime Green. HEX triplet: 3D, C4 and 3E. RGB value is (61,196,62). Sum of RGB (Red+Green+Blue) = 61+196+62=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 196 (76.95% from 255 or 61.44% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC43E is #C23BC1. Grayscale: #8C8C8C. Windows color (decimal): -12729282 or 4113469. OLE color: 4113469.

HSL color Cylindrical-coordinate representation of color #3DC43E: hue angle of 120.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3DC43E is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB6119662-
CMYK0.6900.680.23
HSL120.44º53.36%50.39%-
HSV(B)120.44º68.88%76.86%-
XYZ22.5340.8211.25-
YUV140.3683.7771.4-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.12%
GREEN value IS 196 (76.95% from 255) = 61.44%
BLUE value IS 62 (24.61% from 255) = 19.44%
R=19.12%
G=61.44%
B=19.44%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61196620.6900.680.23120.4453.3650.39
Hex3DC43E4504417783532
Octal75304761050104271706562
Binary11110111000100111110100010101000100101111111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,196,62); }

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

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

 a { background-color: rgb(61,196,62); }

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

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

 span { border-color: rgb(61,196,62); }

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