#3DC346

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

Shades of Lime Green #3DC346

Tints of Lime Green #3DC346

Color information

#3DC346 (or 0x3DC346) is unknown color: approx Lime Green. HEX triplet: 3D, C3 and 46. RGB value is (61,195,70). Sum of RGB (Red+Green+Blue) = 61+195+70=326 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.71% from 326); Green value is 195 (76.56% from 255 or 59.82% from 326); Blue value is 70 (27.73% from 255 or 21.47% from 326); Max value from RGB is 195 - color contains mainly: green. Hex color #3DC346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC346 is #C23CB9. Grayscale: #8D8D8D. Windows color (decimal): -12729530 or 4637501. OLE color: 4637501.

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

Color convert

RGB6119570-
CMYK0.6900.640.24
HSL124.03º52.76%50.2%-
HSV(B)124.03º68.72%76.47%-
XYZ22.5540.4612.42-
YUV140.6888.1171.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.71%
GREEN value IS 195 (76.56% from 255) = 59.82%
BLUE value IS 70 (27.73% from 255) = 21.47%
R=18.71%
G=59.82%
B=21.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61195700.6900.640.24124.0352.7650.2
Hex3DC34645040187c3532
Octal753031061050100301746562
Binary111101110000111000110100010101000000110001111100110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,195,70); }

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

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

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

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

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

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

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