#3DDA4D

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

Shades of Lime Green #3DDA4D

Tints of Lime Green #3DDA4D

Color information

#3DDA4D (or 0x3DDA4D) is unknown color: approx Lime Green. HEX triplet: 3D, DA and 4D. RGB value is (61,218,77). Sum of RGB (Red+Green+Blue) = 61+218+77=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDA4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DDA4D is #C225B2. Grayscale: #9B9B9B. Windows color (decimal): -12723635 or 5102141. OLE color: 5102141.

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

Color convert

RGB6121877-
CMYK0.7200.650.15
HSL126.11º67.97%54.71%-
HSV(B)126.11º72.02%85.49%-
XYZ28.3451.6715.5-
YUV154.9883.9960.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 218 (85.55% from 255) = 61.24%
BLUE value IS 77 (30.47% from 255) = 21.63%
R=17.13%
G=61.24%
B=21.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61218770.7200.650.15126.1167.9754.71
Hex3DDA4D48041F7e4437
Octal7533211511001011717610467
Binary111101110110101001101100100001000001111111111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDA4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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