Html Css Color HEX #3DDC31 Lime Green

📋 copy color: '#3DDC31'

red 61 ◦ green 220 ◦ blue 49

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

Shades of Lime Green #3DDC31

Tints of Lime Green #3DDC31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.85%

R = 18.48%
G = 66.67%
B = 14.85%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#3DDC31 (or 0x3DDC31) is known color: Lime Green. HEX triplet: 3D, DC and 31. RGB value is (61,220,49). Sum of RGB (Red+Green+Blue) = 61+220+49=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 220 (86.33% from 255 or 66.67% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC31 is #C223CE. Grayscale: #999999. Windows color (decimal): -12723151 or 3267645. OLE color: 3267645.

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

Color convert

RGB 61 220 49 -
CMYK 0.72 0 0.78 0.14
HSL 115.79º 0.71% 0.53% -
HSV(B) 115.79º 0.78% 0.86% -
XYZ 28.07 52.4 11.54 -
YUV 152.97 69.32 62.4 -
System Red Green Blue C M Y K H S L
Decimal 61 220 49 0.72 0 0.78 0.14 115.79 0.71 0.53
Hex 3D DC 31 48 0 4E E 74 47 35
Octal 75 334 61 110 0 116 16 164 107 65
Binary 111101 11011100 110001 1001000 0 1001110 1110 1110100 1000111 110101

Color Harmonies of #3DDC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC31

Black with #3DDC31

Text Example


Text Example

White with #3DDC31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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