Html Css Color HEX #3DDC1F Lime Green

📋 copy color: '#3DDC1F'

red 61 ◦ green 220 ◦ blue 31

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

Shades of Lime Green #3DDC1F

Tints of Lime Green #3DDC1F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 70.51%

 BLUE value IS 31 (12.5% from 255) = 9.94%

R = 19.55%
G = 70.51%
B = 9.94%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#3DDC1F (or 0x3DDC1F) is known color: Lime Green. HEX triplet: 3D, DC and 1F. RGB value is (61,220,31). Sum of RGB (Red+Green+Blue) = 61+220+31=312 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.55% from 312); Green value is 220 (86.33% from 255 or 70.51% from 312); Blue value is 31 (12.5% from 255 or 9.94% from 312); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC1F is #C223E0. Grayscale: #979797. Windows color (decimal): -12723169 or 2087997. OLE color: 2087997.

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

Color convert

RGB 61 220 31 -
CMYK 0.72 0 0.86 0.14
HSL 110.48º 0.75% 0.49% -
HSV(B) 110.48º 0.86% 0.86% -
XYZ 27.76 52.28 9.92 -
YUV 150.91 60.32 63.87 -
System Red Green Blue C M Y K H S L
Decimal 61 220 31 0.72 0 0.86 0.14 110.48 0.75 0.49
Hex 3D DC 1F 48 0 56 E 6E 4B 31
Octal 75 334 37 110 0 126 16 156 113 61
Binary 111101 11011100 11111 1001000 0 1010110 1110 1101110 1001011 110001

Color Harmonies of #3DDC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC1F

Black with #3DDC1F

Text Example


Text Example

White with #3DDC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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