#3DC13F

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

Shades of Lime Green #3DC13F

Tints of Lime Green #3DC13F

Color information

#3DC13F (or 0x3DC13F) is unknown color: approx Lime Green. HEX triplet: 3D, C1 and 3F. RGB value is (61,193,63). Sum of RGB (Red+Green+Blue) = 61+193+63=317 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.24% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC13F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC13F is #C23EC0. Grayscale: #8B8B8B. Windows color (decimal): -12730049 or 4178237. OLE color: 4178237.

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

Color convert

RGB6119363-
CMYK0.6800.670.24
HSL120.91º51.97%49.8%-
HSV(B)120.91º68.39%75.69%-
XYZ21.8939.4911.17-
YUV138.7185.2772.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.24%
GREEN value IS 193 (75.78% from 255) = 60.88%
BLUE value IS 63 (25% from 255) = 19.87%
R=19.24%
G=60.88%
B=19.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61193630.6800.670.24120.9151.9749.8
Hex3DC13F4404318793432
Octal75301771040103301716462
Binary11110111000001111111100010001000011110001111001110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,193,63); }

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

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

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

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

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

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

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