#3DC43D

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

Shades of Lime Green #3DC43D

Tints of Lime Green #3DC43D

Color information

#3DC43D (or 0x3DC43D) is unknown color: approx Lime Green. HEX triplet: 3D, C4 and 3D. RGB value is (61,196,61). Sum of RGB (Red+Green+Blue) = 61+196+61=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 196 (76.95% from 255 or 61.64% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC43D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC43D is #C23BC2. Grayscale: #8C8C8C. Windows color (decimal): -12729283 or 4047933. OLE color: 4047933.

HSL color Cylindrical-coordinate representation of color #3DC43D: hue angle of 120º 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 #3DC43D is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB6119661-
CMYK0.6900.690.23
HSL120º53.36%50.39%-
HSV(B)120º68.88%76.86%-
XYZ22.5140.8111.11-
YUV140.2483.2771.48-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.18%
GREEN value IS 196 (76.95% from 255) = 61.64%
BLUE value IS 61 (24.22% from 255) = 19.18%
R=19.18%
G=61.64%
B=19.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61196610.6900.690.2312053.3650.39
Hex3DC43D4504517783532
Octal75304751050105271706562
Binary11110111000100111101100010101000101101111111000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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