Html Css Color HEX #3FDC4F Lime Green

📋 copy color: '#3FDC4F'

red 63 ◦ green 220 ◦ blue 79

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

Shades of Lime Green #3FDC4F

Tints of Lime Green #3FDC4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.82%

R = 17.4%
G = 60.77%
B = 21.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#3FDC4F (or 0x3FDC4F) is known color: Lime Green. HEX triplet: 3F, DC and 4F. RGB value is (63,220,79). Sum of RGB (Red+Green+Blue) = 63+220+79=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 220 (86.33% from 255 or 60.77% from 362); Blue value is 79 (31.25% from 255 or 21.82% from 362); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC4F is #C023B0. Grayscale: #9D9D9D. Windows color (decimal): -12592049 or 5233727. OLE color: 5233727.

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

Color convert

RGB 63 220 79 -
CMYK 0.71 0 0.64 0.14
HSL 126.11º 0.69% 0.55% -
HSV(B) 126.11º 0.71% 0.86% -
XYZ 29.05 52.81 16.06 -
YUV 156.98 83.99 60.96 -
System Red Green Blue C M Y K H S L
Decimal 63 220 79 0.71 0 0.64 0.14 126.11 0.69 0.55
Hex 3F DC 4F 47 0 40 E 7E 45 37
Octal 77 334 117 107 0 100 16 176 105 67
Binary 111111 11011100 1001111 1000111 0 1000000 1110 1111110 1000101 110111

Color Harmonies of #3FDC4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC4F

Black with #3FDC4F

Text Example


Text Example

White with #3FDC4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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