Html Css Color HEX #3DD94D Lime Green

📋 copy color: '#3DD94D'

red 61 ◦ green 217 ◦ blue 77

#3DD94D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #3DD94D

Tints of Lime Green #3DD94D

RGB

 RED value IS 61 (24.22% from 255) = 17.18%

 GREEN value IS 217 (85.16% from 255) = 61.13%

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 17.18%
G = 61.13%
B = 21.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#3DD94D (or 0x3DD94D) is known color: Lime Green. HEX triplet: 3D, D9 and 4D. RGB value is (61,217,77). Sum of RGB (Red+Green+Blue) = 61+217+77=355 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.18% from 355); Green value is 217 (85.16% from 255 or 61.13% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD94D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DD94D is #C226B2. Grayscale: #9A9A9A. Windows color (decimal): -12723891 or 5101885. OLE color: 5101885.

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

Color convert

RGB 61 217 77 -
CMYK 0.72 0 0.65 0.15
HSL 126.15º 0.67% 0.55% -
HSV(B) 126.15º 0.72% 0.85% -
XYZ 28.08 51.15 15.42 -
YUV 154.4 84.32 61.38 -
System Red Green Blue C M Y K H S L
Decimal 61 217 77 0.72 0 0.65 0.15 126.15 0.67 0.55
Hex 3D D9 4D 48 0 41 F 7E 43 37
Octal 75 331 115 110 0 101 17 176 103 67
Binary 111101 11011001 1001101 1001000 0 1000001 1111 1111110 1000011 110111

Color Harmonies of #3DD94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD94D

Black with #3DD94D

Text Example


Text Example

White with #3DD94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3DD94D;
 }
 .AnyTagClassName
 {
   color: #3DD94D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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