#3DC149

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

Shades of Lime Green #3DC149

Tints of Lime Green #3DC149

Color information

#3DC149 (or 0x3DC149) is unknown color: approx Lime Green. HEX triplet: 3D, C1 and 49. RGB value is (61,193,73). Sum of RGB (Red+Green+Blue) = 61+193+73=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 193 (75.78% from 255 or 59.02% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 193 - color contains mainly: green. Hex color #3DC149 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DC149 is #C23EB6. Grayscale: #8C8C8C. Windows color (decimal): -12730039 or 4833597. OLE color: 4833597.

HSL color Cylindrical-coordinate representation of color #3DC149: hue angle of 125.45º 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 #3DC149 is Cyan = 0.68, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB6119373-
CMYK0.6800.620.24
HSL125.45º51.97%49.8%-
HSV(B)125.45º68.39%75.69%-
XYZ22.239.6112.78-
YUV139.8590.2771.76-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.65%
GREEN value IS 193 (75.78% from 255) = 59.02%
BLUE value IS 73 (28.91% from 255) = 22.32%
R=18.65%
G=59.02%
B=22.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal61193730.6800.620.24125.4551.9749.8
Hex3DC1494403E187d3432
Octal75301111104076301756462
Binary11110111000001100100110001000111110110001111101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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