Html Css Color HEX #3DDC1C Lime Green

📋 copy color: '#3DDC1C'

red 61 ◦ green 220 ◦ blue 28

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

Shades of Lime Green #3DDC1C

Tints of Lime Green #3DDC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 19.74%
G = 71.2%
B = 9.06%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#3DDC1C (or 0x3DDC1C) is known color: Lime Green. HEX triplet: 3D, DC and 1C. RGB value is (61,220,28). Sum of RGB (Red+Green+Blue) = 61+220+28=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 220 (86.33% from 255 or 71.20% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC1C is #C223E3. Grayscale: #979797. Windows color (decimal): -12723172 or 1891389. OLE color: 1891389.

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

Color convert

RGB 61 220 28 -
CMYK 0.72 0 0.87 0.14
HSL 109.69º 0.77% 0.49% -
HSV(B) 109.69º 0.87% 0.86% -
XYZ 27.73 52.26 9.72 -
YUV 150.57 58.82 64.11 -
System Red Green Blue C M Y K H S L
Decimal 61 220 28 0.72 0 0.87 0.14 109.69 0.77 0.49
Hex 3D DC 1C 48 0 57 E 6E 4D 31
Octal 75 334 34 110 0 127 16 156 115 61
Binary 111101 11011100 11100 1001000 0 1010111 1110 1101110 1001101 110001

Color Harmonies of #3DDC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC1C

Black with #3DDC1C

Text Example


Text Example

White with #3DDC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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