Html Css Color HEX #3DDC45 Lime Green

📋 copy color: '#3DDC45'

red 61 ◦ green 220 ◦ blue 69

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

Shades of Lime Green #3DDC45

Tints of Lime Green #3DDC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.71%

R = 17.43%
G = 62.86%
B = 19.71%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#3DDC45 (or 0x3DDC45) is known color: Lime Green. HEX triplet: 3D, DC and 45. RGB value is (61,220,69). Sum of RGB (Red+Green+Blue) = 61+220+69=350 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.43% from 350); Green value is 220 (86.33% from 255 or 62.86% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC45 is #C223BA. Grayscale: #9B9B9B. Windows color (decimal): -12723131 or 4578365. OLE color: 4578365.

HSL color Cylindrical-coordinate representation of color #3DDC45: hue angle of 123.02º 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 #3DDC45 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.

Color convert

RGB 61 220 69 -
CMYK 0.72 0 0.69 0.14
HSL 123.02º 0.69% 0.55% -
HSV(B) 123.02º 0.72% 0.86% -
XYZ 28.59 52.61 14.28 -
YUV 155.25 79.32 60.78 -
System Red Green Blue C M Y K H S L
Decimal 61 220 69 0.72 0 0.69 0.14 123.02 0.69 0.55
Hex 3D DC 45 48 0 45 E 7B 45 37
Octal 75 334 105 110 0 105 16 173 105 67
Binary 111101 11011100 1000101 1001000 0 1000101 1110 1111011 1000101 110111

Color Harmonies of #3DDC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC45

Black with #3DDC45

Text Example


Text Example

White with #3DDC45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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