Html Css Color HEX #3FDC50 Lime Green

📋 copy color: '#3FDC50'

red 63 ◦ green 220 ◦ blue 80

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

Shades of Lime Green #3FDC50

Tints of Lime Green #3FDC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.04%

R = 17.36%
G = 60.61%
B = 22.04%

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

#3FDC50 (or 0x3FDC50) is known color: Lime Green. HEX triplet: 3F, DC and 50. RGB value is (63,220,80). Sum of RGB (Red+Green+Blue) = 63+220+80=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 220 (86.33% from 255 or 60.61% from 363); Blue value is 80 (31.64% from 255 or 22.04% from 363); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDC50 is #C023AF. Grayscale: #9D9D9D. Windows color (decimal): -12592048 or 5299263. OLE color: 5299263.

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

Color convert

RGB 63 220 80 -
CMYK 0.71 0 0.64 0.14
HSL 126.5º 0.69% 0.55% -
HSV(B) 126.5º 0.71% 0.86% -
XYZ 29.09 52.82 16.25 -
YUV 157.1 84.49 60.88 -
System Red Green Blue C M Y K H S L
Decimal 63 220 80 0.71 0 0.64 0.14 126.5 0.69 0.55
Hex 3F DC 50 47 0 40 E 7E 45 37
Octal 77 334 120 107 0 100 16 176 105 67
Binary 111111 11011100 1010000 1000111 0 1000000 1110 1111110 1000101 110111

Color Harmonies of #3FDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FDC50

Black with #3FDC50

Text Example


Text Example

White with #3FDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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