Html Css Color HEX #3DDC4B Lime Green

📋 copy color: '#3DDC4B'

red 61 ◦ green 220 ◦ blue 75

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

Shades of Lime Green #3DDC4B

Tints of Lime Green #3DDC4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 17.13%
G = 61.8%
B = 21.07%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#3DDC4B (or 0x3DDC4B) is known color: Lime Green. HEX triplet: 3D, DC and 4B. RGB value is (61,220,75). Sum of RGB (Red+Green+Blue) = 61+220+75=356 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.13% from 356); Green value is 220 (86.33% from 255 or 61.80% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDC4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3DDC4B is #C223B4. Grayscale: #9C9C9C. Windows color (decimal): -12723125 or 4971581. OLE color: 4971581.

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

Color convert

RGB 61 220 75 -
CMYK 0.72 0 0.66 0.14
HSL 125.28º 0.69% 0.55% -
HSV(B) 125.28º 0.72% 0.86% -
XYZ 28.79 52.69 15.31 -
YUV 155.93 82.32 60.29 -
System Red Green Blue C M Y K H S L
Decimal 61 220 75 0.72 0 0.66 0.14 125.28 0.69 0.55
Hex 3D DC 4B 48 0 42 E 7D 45 37
Octal 75 334 113 110 0 102 16 175 105 67
Binary 111101 11011100 1001011 1001000 0 1000010 1110 1111101 1000101 110111

Color Harmonies of #3DDC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DDC4B

Black with #3DDC4B

Text Example


Text Example

White with #3DDC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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