#3DD94E

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

Shades of Lime Green #3DD94E

Tints of Lime Green #3DD94E

Color information

#3DD94E (or 0x3DD94E) is unknown color: approx Lime Green. HEX triplet: 3D, D9 and 4E. RGB value is (61,217,78). Sum of RGB (Red+Green+Blue) = 61+217+78=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 217 (85.16% from 255 or 60.96% from 356); Blue value is 78 (30.86% from 255 or 21.91% from 356); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD94E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD94E is #C226B1. Grayscale: #9A9A9A. Windows color (decimal): -12723890 or 5167421. OLE color: 5167421.

HSL color Cylindrical-coordinate representation of color #3DD94E: hue angle of 126.54º degrees, saturation: 0.67, 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 #3DD94E is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB6121778-
CMYK0.7200.640.15
HSL126.54º67.24%54.51%-
HSV(B)126.54º71.89%85.1%-
XYZ28.1151.1715.6-
YUV154.5184.8261.3-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.13%
GREEN value IS 217 (85.16% from 255) = 60.96%
BLUE value IS 78 (30.86% from 255) = 21.91%
R=17.13%
G=60.96%
B=21.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal61217780.7200.640.15126.5467.2454.51
Hex3DD94E48040F7f4337
Octal7533111611001001717710367
Binary111101110110011001110100100001000000111111111111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD94E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,217,78); }

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

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

 a { background-color: rgb(61,217,78); }

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

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

 span { border-color: rgb(61,217,78); }

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