Html Css Color HEX #3FD64F Lime Green

📋 copy color: '#3FD64F'

red 63 ◦ green 214 ◦ blue 79

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

Shades of Lime Green #3FD64F

Tints of Lime Green #3FD64F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 60.11%

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

R = 17.7%
G = 60.11%
B = 22.19%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#3FD64F (or 0x3FD64F) is known color: Lime Green. HEX triplet: 3F, D6 and 4F. RGB value is (63,214,79). Sum of RGB (Red+Green+Blue) = 63+214+79=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 214 (83.98% from 255 or 60.11% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 214 - color contains mainly: green. Hex color #3FD64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD64F is #C029B0. Grayscale: #999999. Windows color (decimal): -12593585 or 5232191. OLE color: 5232191.

HSL color Cylindrical-coordinate representation of color #3FD64F: hue angle of 126.36º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD64F is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 63 214 79 -
CMYK 0.71 0 0.63 0.16
HSL 126.36º 0.65% 0.54% -
HSV(B) 126.36º 0.71% 0.84% -
XYZ 27.51 49.71 15.54 -
YUV 153.46 85.97 63.48 -
System Red Green Blue C M Y K H S L
Decimal 63 214 79 0.71 0 0.63 0.16 126.36 0.65 0.54
Hex 3F D6 4F 47 0 3F 10 7E 41 36
Octal 77 326 117 107 0 77 20 176 101 66
Binary 111111 11010110 1001111 1000111 0 111111 10000 1111110 1000001 110110

Color Harmonies of #3FD64F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FD64F

Black with #3FD64F

Text Example


Text Example

White with #3FD64F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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