#3DC447

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

Shades of Lime Green #3DC447

Tints of Lime Green #3DC447

Color information

#3DC447 (or 0x3DC447) is unknown color: approx Lime Green. HEX triplet: 3D, C4 and 47. RGB value is (61,196,71). Sum of RGB (Red+Green+Blue) = 61+196+71=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 196 (76.95% from 255 or 59.76% from 328); Blue value is 71 (28.12% from 255 or 21.65% from 328); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC447 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC447 is #C23BB8. Grayscale: #8D8D8D. Windows color (decimal): -12729273 or 4703293. OLE color: 4703293.

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

Color convert

RGB6119671-
CMYK0.6900.640.23
HSL124.44º53.36%50.39%-
HSV(B)124.44º68.88%76.86%-
XYZ22.840.9312.66-
YUV141.3888.2770.66-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 196 (76.95% from 255) = 59.76%
BLUE value IS 71 (28.12% from 255) = 21.65%
R=18.60%
G=59.76%
B=21.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61196710.6900.640.23124.4453.3650.39
Hex3DC44745040177c3532
Octal753041071050100271746562
Binary111101110001001000111100010101000000101111111100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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