Html Css Color HEX #3FDC4E Lime Green

📋 copy color: '#3FDC4E'

red 63 ◦ green 220 ◦ blue 78

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

Shades of Lime Green #3FDC4E

Tints of Lime Green #3FDC4E

RGB

 RED value IS 63 (25% from 255) = 17.45%

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

 BLUE value IS 78 (30.86% from 255) = 21.61%

R = 17.45%
G = 60.94%
B = 21.61%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

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

Color information

#3FDC4E (or 0x3FDC4E) is known color: Lime Green. HEX triplet: 3F, DC and 4E. RGB value is (63,220,78). Sum of RGB (Red+Green+Blue) = 63+220+78=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 78 (30.86% from 255 or 21.61% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC4E is #C023B1. Grayscale: #9D9D9D. Windows color (decimal): -12592050 or 5168191. OLE color: 5168191.

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

Color convert

RGB 63 220 78 -
CMYK 0.71 0 0.65 0.14
HSL 125.73º 0.69% 0.55% -
HSV(B) 125.73º 0.71% 0.86% -
XYZ 29.02 52.79 15.87 -
YUV 156.87 83.49 61.05 -
System Red Green Blue C M Y K H S L
Decimal 63 220 78 0.71 0 0.65 0.14 125.73 0.69 0.55
Hex 3F DC 4E 47 0 41 E 7E 45 37
Octal 77 334 116 107 0 101 16 176 105 67
Binary 111111 11011100 1001110 1000111 0 1000001 1110 1111110 1000101 110111

Color Harmonies of #3FDC4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC4E

Black with #3FDC4E

Text Example


Text Example

White with #3FDC4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,220,78); }

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

background-color css

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

 a { background-color: rgb(63,220,78); }

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

border-color css

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

 span { border-color: rgb(63,220,78); }

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