Html Css Color HEX #3DDC2C Lime Green

📋 copy color: '#3DDC2C'

red 61 ◦ green 220 ◦ blue 44

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

Shades of Lime Green #3DDC2C

Tints of Lime Green #3DDC2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.54%

R = 18.77%
G = 67.69%
B = 13.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.8

 K value IS 0.14

RGB Variations

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

Color information

#3DDC2C (or 0x3DDC2C) is known color: Lime Green. HEX triplet: 3D, DC and 2C. RGB value is (61,220,44). Sum of RGB (Red+Green+Blue) = 61+220+44=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 220 (86.33% from 255 or 67.69% from 325); Blue value is 44 (17.58% from 255 or 13.54% from 325); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC2C is #C223D3. Grayscale: #989898. Windows color (decimal): -12723156 or 2939965. OLE color: 2939965.

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

Color convert

RGB 61 220 44 -
CMYK 0.72 0 0.8 0.14
HSL 114.2º 0.72% 0.52% -
HSV(B) 114.2º 0.8% 0.86% -
XYZ 27.97 52.36 11.02 -
YUV 152.4 66.82 62.81 -
System Red Green Blue C M Y K H S L
Decimal 61 220 44 0.72 0 0.8 0.14 114.2 0.72 0.52
Hex 3D DC 2C 48 0 50 E 72 48 34
Octal 75 334 54 110 0 120 16 162 110 64
Binary 111101 11011100 101100 1001000 0 1010000 1110 1110010 1001000 110100

Color Harmonies of #3DDC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC2C

Black with #3DDC2C

Text Example


Text Example

White with #3DDC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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