#3DC44F

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

Shades of Lime Green #3DC44F

Tints of Lime Green #3DC44F

Color information

#3DC44F (or 0x3DC44F) is unknown color: approx Lime Green. HEX triplet: 3D, C4 and 4F. RGB value is (61,196,79). Sum of RGB (Red+Green+Blue) = 61+196+79=336 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.15% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #3DC44F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DC44F is #C23BB0. Grayscale: #8E8E8E. Windows color (decimal): -12729265 or 5227581. OLE color: 5227581.

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

Color convert

RGB6119679-
CMYK0.6900.600.23
HSL128º53.36%50.39%-
HSV(B)128º68.88%76.86%-
XYZ23.0841.0414.1-
YUV142.392.2770.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.15%
GREEN value IS 196 (76.95% from 255) = 58.33%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=18.15%
G=58.33%
B=23.51%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal61196790.6900.600.2312853.3650.39
Hex3DC44F4503C17803532
Octal75304117105074272006562
Binary111101110001001001111100010101111001011110000000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC44F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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