#3DDC4D

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

Shades of Lime Green #3DDC4D

Tints of Lime Green #3DDC4D

Color information

#3DDC4D (or 0x3DDC4D) is unknown color: approx Lime Green. HEX triplet: 3D, DC and 4D. RGB value is (61,220,77). Sum of RGB (Red+Green+Blue) = 61+220+77=358 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.04% from 358); Green value is 220 (86.33% from 255 or 61.45% from 358); Blue value is 77 (30.47% from 255 or 21.51% from 358); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDC4D is #C223B2. Grayscale: #9C9C9C. Windows color (decimal): -12723123 or 5102653. OLE color: 5102653.

HSL color Cylindrical-coordinate representation of color #3DDC4D: hue angle of 126.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDC4D is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB6122077-
CMYK0.7200.650.14
HSL126.04º69.43%55.1%-
HSV(B)126.04º72.27%86.27%-
XYZ28.8652.7115.68-
YUV156.1683.3260.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.04%
GREEN value IS 220 (86.33% from 255) = 61.45%
BLUE value IS 77 (30.47% from 255) = 21.51%
R=17.04%
G=61.45%
B=21.51%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61220770.7200.650.14126.0469.4355.1
Hex3DDC4D48041E7e4537
Octal7533411511001011617610567
Binary111101110111001001101100100001000001111011111101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,220,77); }

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

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

 a { background-color: rgb(61,220,77); }

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

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

 span { border-color: rgb(61,220,77); }

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