Html Css Color HEX #3DD84C Lime Green

📋 copy color: '#3DD84C'

red 61 ◦ green 216 ◦ blue 76

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

Shades of Lime Green #3DD84C

Tints of Lime Green #3DD84C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 61.19%

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 17.28%
G = 61.19%
B = 21.53%

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

#3DD84C (or 0x3DD84C) is known color: Lime Green. HEX triplet: 3D, D8 and 4C. RGB value is (61,216,76). Sum of RGB (Red+Green+Blue) = 61+216+76=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 216 (84.77% from 255 or 61.19% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 216 - color contains mainly: green. Hex color #3DD84C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DD84C is #C227B3. Grayscale: #9A9A9A. Windows color (decimal): -12724148 or 5036093. OLE color: 5036093.

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

Color convert

RGB 61 216 76 -
CMYK 0.72 0 0.65 0.15
HSL 125.81º 0.67% 0.54% -
HSV(B) 125.81º 0.72% 0.85% -
XYZ 27.78 50.63 15.14 -
YUV 153.7 84.15 61.88 -
System Red Green Blue C M Y K H S L
Decimal 61 216 76 0.72 0 0.65 0.15 125.81 0.67 0.54
Hex 3D D8 4C 48 0 41 F 7E 43 36
Octal 75 330 114 110 0 101 17 176 103 66
Binary 111101 11011000 1001100 1001000 0 1000001 1111 1111110 1000011 110110

Color Harmonies of #3DD84C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DD84C

Black with #3DD84C

Text Example


Text Example

White with #3DD84C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,216,76); }

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

background-color css

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

 a { background-color: rgb(61,216,76); }

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

border-color css

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

 span { border-color: rgb(61,216,76); }

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