Html Css Color HEX #3DDC41 Lime Green

📋 copy color: '#3DDC41'

red 61 ◦ green 220 ◦ blue 65

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

Shades of Lime Green #3DDC41

Tints of Lime Green #3DDC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.79%

R = 17.63%
G = 63.58%
B = 18.79%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#3DDC41 (or 0x3DDC41) is known color: Lime Green. HEX triplet: 3D, DC and 41. RGB value is (61,220,65). Sum of RGB (Red+Green+Blue) = 61+220+65=346 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.63% from 346); Green value is 220 (86.33% from 255 or 63.58% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC41 is #C223BE. Grayscale: #9B9B9B. Windows color (decimal): -12723135 or 4316221. OLE color: 4316221.

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

Color convert

RGB 61 220 65 -
CMYK 0.72 0 0.70 0.14
HSL 121.51º 0.69% 0.55% -
HSV(B) 121.51º 0.72% 0.86% -
XYZ 28.47 52.56 13.65 -
YUV 154.79 77.32 61.1 -
System Red Green Blue C M Y K H S L
Decimal 61 220 65 0.72 0 0.70 0.14 121.51 0.69 0.55
Hex 3D DC 41 48 0 46 E 7A 45 37
Octal 75 334 101 110 0 106 16 172 105 67
Binary 111101 11011100 1000001 1001000 0 1000110 1110 1111010 1000101 110111

Color Harmonies of #3DDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC41

Black with #3DDC41

Text Example


Text Example

White with #3DDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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